2023-12-25T21:13:56.243 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-25T21:13:56.244 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018 --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} -- /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018/orig.config.yaml 2023-12-25T21:13:56.280 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T21:13:56.362 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018 branch: wip-yuri5-testing-2023-12-15-0747-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7501018' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-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-15-0747-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: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-12-15-0747-pacific sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2834 sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-15-0747-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIjZWphYLvz1NxGetpdhBTRgLW8Ij7trCO+xPxHvfpUuRDEg6OrMGYZNMzslwKgNhtLGmcjiPgG7oJjKiMfnaz8= smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMvxhFgCFV5IUZvMSS9RkUbde90R5npxBEbDumAXgcgORtby8pQdf3DfS8eKKkp2KZw2prWt7k1HYNhjswxQ/8w= 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: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-25_17:28:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-25T21:13:56.363 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa; will attempt to use it 2023-12-25T21:13:56.363 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks 2023-12-25T21:13:56.363 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-25T21:13:56.365 INFO:teuthology.task.internal:Checking packages... 2023-12-25T21:13:56.391 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2' 2023-12-25T21:13:56.391 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-25T21:13:56.391 INFO:teuthology.packaging:ref: None 2023-12-25T21:13:56.391 INFO:teuthology.packaging:tag: None 2023-12-25T21:13:56.391 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T21:13:56.391 INFO:teuthology.packaging:sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T21:13:56.391 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-15-0747-pacific 2023-12-25T21:13:56.619 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-385.gb14a0a10 2023-12-25T21:13:56.621 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-25T21:13:56.628 INFO:teuthology.task.internal:no buildpackages task found 2023-12-25T21:13:56.629 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-25T21:13:56.689 INFO:teuthology.task.internal:Saving configuration 2023-12-25T21:13:56.702 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-25T21:13:56.707 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T21:13:56.736 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018', '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-25 21:08:35.581226', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIjZWphYLvz1NxGetpdhBTRgLW8Ij7trCO+xPxHvfpUuRDEg6OrMGYZNMzslwKgNhtLGmcjiPgG7oJjKiMfnaz8='} 2023-12-25T21:13:56.754 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018', '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-25 21:08:35.583099', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMvxhFgCFV5IUZvMSS9RkUbde90R5npxBEbDumAXgcgORtby8pQdf3DfS8eKKkp2KZw2prWt7k1HYNhjswxQ/8w='} 2023-12-25T21:13:56.754 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-25T21:13:56.760 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-25T21:13:56.760 INFO:teuthology.task.internal:roles: ubuntu@smithi149.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-25T21:13:56.760 INFO:teuthology.run_tasks:Running task console_log... 2023-12-25T21:13:56.827 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2816440e50>, signals=[15]) 2023-12-25T21:13:56.828 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-25T21:13:56.833 INFO:teuthology.task.internal:Opening connections... 2023-12-25T21:13:56.833 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2023-12-25T21:13:56.835 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:13:56.904 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2023-12-25T21:13:56.905 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:13:56.973 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-25T21:13:56.978 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2023-12-25T21:13:57.002 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2023-12-25T21:13:57.002 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2023-12-25T21:13:57.064 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="CentOS Stream" 2023-12-25T21:13:57.064 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="8" 2023-12-25T21:13:57.064 INFO:teuthology.orchestra.run.smithi031.stdout:ID="centos" 2023-12-25T21:13:57.064 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE="rhel fedora" 2023-12-25T21:13:57.064 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="8" 2023-12-25T21:13:57.064 INFO:teuthology.orchestra.run.smithi031.stdout:PLATFORM_ID="platform:el8" 2023-12-25T21:13:57.064 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-25T21:13:57.064 INFO:teuthology.orchestra.run.smithi031.stdout:ANSI_COLOR="0;31" 2023-12-25T21:13:57.064 INFO:teuthology.orchestra.run.smithi031.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-25T21:13:57.064 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://centos.org/" 2023-12-25T21:13:57.064 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-25T21:13:57.065 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-25T21:13:57.065 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-25T21:13:57.065 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2023-12-25T21:13:57.088 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2023-12-25T21:13:57.110 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2023-12-25T21:13:57.110 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2023-12-25T21:13:57.171 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="CentOS Stream" 2023-12-25T21:13:57.171 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="8" 2023-12-25T21:13:57.171 INFO:teuthology.orchestra.run.smithi149.stdout:ID="centos" 2023-12-25T21:13:57.171 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE="rhel fedora" 2023-12-25T21:13:57.171 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="8" 2023-12-25T21:13:57.171 INFO:teuthology.orchestra.run.smithi149.stdout:PLATFORM_ID="platform:el8" 2023-12-25T21:13:57.171 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-25T21:13:57.171 INFO:teuthology.orchestra.run.smithi149.stdout:ANSI_COLOR="0;31" 2023-12-25T21:13:57.171 INFO:teuthology.orchestra.run.smithi149.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-25T21:13:57.172 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://centos.org/" 2023-12-25T21:13:57.172 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-25T21:13:57.172 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-25T21:13:57.172 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-25T21:13:57.172 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2023-12-25T21:13:57.213 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-25T21:13:57.222 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-25T21:13:57.231 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-25T21:13:57.231 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2023-12-25T21:13:57.234 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2023-12-25T21:13:57.253 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-25T21:13:57.259 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-25T21:13:57.259 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2023-12-25T21:13:57.295 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2023-12-25T21:13:57.333 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-25T21:13:57.387 INFO:teuthology.run_tasks:Running task kernel... 2023-12-25T21:13:57.403 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-25T21:13:57.403 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-25T21:13:57.403 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T21:13:57.404 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T21:13:57.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:13:57.423 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2023-12-25T21:13:57.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:13:57.424 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2023-12-25T21:13:57.482 INFO:teuthology.orchestra.run.smithi149.stdout:4.18.0-489.el8.x86_64 2023-12-25T21:13:57.482 INFO:teuthology.task.kernel:Running kernel on smithi149: 4.18.0-489.el8.x86_64 2023-12-25T21:13:57.482 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum install -y kernel 2023-12-25T21:13:57.486 INFO:teuthology.orchestra.run.smithi031.stdout:4.18.0-489.el8.x86_64 2023-12-25T21:13:57.486 INFO:teuthology.task.kernel:Running kernel on smithi031: 4.18.0-489.el8.x86_64 2023-12-25T21:13:57.487 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum install -y kernel 2023-12-25T21:14:03.660 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - AppStream 9.4 MB/s | 35 MB 00:03 2023-12-25T21:14:04.476 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 8 - AppStream 7.8 MB/s | 35 MB 00:04 2023-12-25T21:14:12.560 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - BaseOS 26 MB/s | 57 MB 00:02 2023-12-25T21:14:13.127 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 8 - BaseOS 26 MB/s | 57 MB 00:02 2023-12-25T21:14:21.384 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - Extras 79 kB/s | 18 kB 00:00 2023-12-25T21:14:21.609 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 8 - Extras 51 kB/s | 18 kB 00:00 2023-12-25T21:14:21.885 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2023-12-25T21:14:21.935 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 8 - Extras common packages 48 kB/s | 6.9 kB 00:00 2023-12-25T21:14:22.478 INFO:teuthology.orchestra.run.smithi031.stdout:Copr repo for python3-asyncssh owned by ceph 8.1 kB/s | 3.5 kB 00:00 2023-12-25T21:14:22.495 INFO:teuthology.orchestra.run.smithi149.stdout:Copr repo for python3-asyncssh owned by ceph 8.5 kB/s | 3.5 kB 00:00 2023-12-25T21:14:23.789 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-25T21:14:24.356 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 9.4 MB/s | 16 MB 00:01 2023-12-25T21:14:27.878 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 455 kB/s | 24 kB 00:00 2023-12-25T21:14:28.212 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 470 kB/s | 24 kB 00:00 2023-12-25T21:14:31.728 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-25T21:14:31.728 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-25T21:14:31.887 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-25T21:14:31.887 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-25T21:14:32.029 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2023-12-25T21:14:32.030 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-25T21:14:32.030 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2023-12-25T21:14:32.030 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-25T21:14:32.030 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2023-12-25T21:14:32.030 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-25T21:14:32.030 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2023-12-25T21:14:32.031 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-25T21:14:32.031 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-25T21:14:32.031 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:14:32.031 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2023-12-25T21:14:32.031 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-25T21:14:32.031 INFO:teuthology.orchestra.run.smithi031.stdout:Install 3 Packages 2023-12-25T21:14:32.031 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:14:32.031 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 89 M 2023-12-25T21:14:32.032 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 96 M 2023-12-25T21:14:32.032 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2023-12-25T21:14:32.191 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-12-25T21:14:32.192 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-25T21:14:32.192 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2023-12-25T21:14:32.192 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-25T21:14:32.192 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2023-12-25T21:14:32.192 INFO:teuthology.orchestra.run.smithi149.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-25T21:14:32.192 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2023-12-25T21:14:32.193 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-25T21:14:32.193 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-25T21:14:32.193 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:14:32.193 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-12-25T21:14:32.193 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-25T21:14:32.193 INFO:teuthology.orchestra.run.smithi149.stdout:Install 3 Packages 2023-12-25T21:14:32.193 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:14:32.193 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 89 M 2023-12-25T21:14:32.194 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 96 M 2023-12-25T21:14:32.194 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2023-12-25T21:14:34.304 INFO:teuthology.orchestra.run.smithi031.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 4.6 MB/s | 10 MB 00:02 2023-12-25T21:14:34.900 INFO:teuthology.orchestra.run.smithi149.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 4.1 MB/s | 10 MB 00:02 2023-12-25T21:14:37.762 INFO:teuthology.orchestra.run.smithi031.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 6.3 MB/s | 36 MB 00:05 2023-12-25T21:14:37.830 INFO:teuthology.orchestra.run.smithi149.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 6.6 MB/s | 36 MB 00:05 2023-12-25T21:14:38.654 INFO:teuthology.orchestra.run.smithi031.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 6.6 MB/s | 43 MB 00:06 2023-12-25T21:14:38.655 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2023-12-25T21:14:38.655 INFO:teuthology.orchestra.run.smithi031.stdout:Total 13 MB/s | 89 MB 00:06 2023-12-25T21:14:39.366 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2023-12-25T21:14:39.579 INFO:teuthology.orchestra.run.smithi149.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 6.0 MB/s | 43 MB 00:07 2023-12-25T21:14:39.580 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2023-12-25T21:14:39.580 INFO:teuthology.orchestra.run.smithi149.stdout:Total 12 MB/s | 89 MB 00:07 2023-12-25T21:14:39.822 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2023-12-25T21:14:39.822 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2023-12-25T21:14:40.262 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2023-12-25T21:14:40.700 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2023-12-25T21:14:40.700 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2023-12-25T21:14:41.117 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2023-12-25T21:14:41.131 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2023-12-25T21:14:41.954 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2023-12-25T21:14:41.993 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2023-12-25T21:14:44.039 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2023-12-25T21:14:44.611 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T21:14:44.794 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2023-12-25T21:14:45.364 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T21:14:48.299 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T21:14:48.627 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T21:14:48.969 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T21:14:49.347 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T21:14:52.304 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T21:14:52.585 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:14:52.782 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T21:14:53.045 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:15:15.363 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:15:15.390 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:15:15.889 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:15:15.889 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-25T21:15:15.889 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-25T21:15:15.933 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:15:15.958 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:15:16.315 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:15:16.316 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-25T21:15:16.316 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-25T21:15:16.697 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:15:16.697 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:15:16.697 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2023-12-25T21:15:16.697 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-25T21:15:16.697 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-25T21:15:16.698 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:15:16.698 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-12-25T21:15:16.822 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T21:15:17.090 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:15:17.090 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:15:17.090 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2023-12-25T21:15:17.091 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-25T21:15:17.091 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-25T21:15:17.091 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:15:17.091 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2023-12-25T21:15:17.103 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T21:15:17.103 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T21:15:17.103 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-25T21:15:17.103 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-25T21:15:17.103 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-25T21:15:17.103 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-25T21:15:17.103 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi149.front.sepia.ceph.com, path=None, version=distro) 2023-12-25T21:15:17.104 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T21:15:17.222 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T21:15:17.319 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T21:15:17.320 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T21:15:17.320 DEBUG:teuthology.orchestra.run.smithi149:> sudo rpm -qi grub2-tools 2023-12-25T21:15:17.353 INFO:teuthology.orchestra.run.smithi149.stdout:Name : grub2-tools 2023-12-25T21:15:17.353 INFO:teuthology.orchestra.run.smithi149.stdout:Epoch : 1 2023-12-25T21:15:17.353 INFO:teuthology.orchestra.run.smithi149.stdout:Version : 2.02 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:Release : 129.el8 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: x86_64 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:Group : System Environment/Base 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:Size : 9265586 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:License : GPLv3+ 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:Relocations : (not relocatable) 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:Packager : CentOS BuildSystem 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:Vendor : CentOS 2023-12-25T21:15:17.354 INFO:teuthology.orchestra.run.smithi149.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-25T21:15:17.355 INFO:teuthology.orchestra.run.smithi149.stdout:Summary : Support tools for GRUB. 2023-12-25T21:15:17.355 INFO:teuthology.orchestra.run.smithi149.stdout:Description : 2023-12-25T21:15:17.355 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:15:17.355 INFO:teuthology.orchestra.run.smithi149.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-25T21:15:17.355 INFO:teuthology.orchestra.run.smithi149.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-25T21:15:17.355 INFO:teuthology.orchestra.run.smithi149.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-25T21:15:17.355 INFO:teuthology.orchestra.run.smithi149.stdout:hardware devices. 2023-12-25T21:15:17.355 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:15:17.355 INFO:teuthology.orchestra.run.smithi149.stdout:This subpackage provides tools for support of all platforms. 2023-12-25T21:15:17.356 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-25T21:15:17.356 INFO:teuthology.task.kernel:Updating grub on smithi149 to boot 4.18.0-529.el8.x86_64 2023-12-25T21:15:17.356 DEBUG:teuthology.orchestra.run.smithi149:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-25T21:15:17.448 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T21:15:17.449 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T21:15:17.449 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-25T21:15:17.449 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-25T21:15:17.449 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-25T21:15:17.449 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-25T21:15:17.449 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2023-12-25T21:15:17.449 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T21:15:17.670 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T21:15:17.670 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T21:15:17.671 DEBUG:teuthology.orchestra.run.smithi031:> sudo rpm -qi grub2-tools 2023-12-25T21:15:17.705 INFO:teuthology.orchestra.run.smithi031.stdout:Name : grub2-tools 2023-12-25T21:15:17.705 INFO:teuthology.orchestra.run.smithi031.stdout:Epoch : 1 2023-12-25T21:15:17.705 INFO:teuthology.orchestra.run.smithi031.stdout:Version : 2.02 2023-12-25T21:15:17.705 INFO:teuthology.orchestra.run.smithi031.stdout:Release : 129.el8 2023-12-25T21:15:17.705 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: x86_64 2023-12-25T21:15:17.705 INFO:teuthology.orchestra.run.smithi031.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-25T21:15:17.705 INFO:teuthology.orchestra.run.smithi031.stdout:Group : System Environment/Base 2023-12-25T21:15:17.705 INFO:teuthology.orchestra.run.smithi031.stdout:Size : 9265586 2023-12-25T21:15:17.705 INFO:teuthology.orchestra.run.smithi031.stdout:License : GPLv3+ 2023-12-25T21:15:17.705 INFO:teuthology.orchestra.run.smithi031.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-25T21:15:17.705 INFO:teuthology.orchestra.run.smithi031.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-25T21:15:17.705 INFO:teuthology.orchestra.run.smithi031.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout:Relocations : (not relocatable) 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout:Packager : CentOS BuildSystem 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout:Vendor : CentOS 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout:Summary : Support tools for GRUB. 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout:Description : 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout:hardware devices. 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:15:17.706 INFO:teuthology.orchestra.run.smithi031.stdout:This subpackage provides tools for support of all platforms. 2023-12-25T21:15:17.707 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-25T21:15:17.707 INFO:teuthology.task.kernel:Updating grub on smithi031 to boot 4.18.0-529.el8.x86_64 2023-12-25T21:15:17.707 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-25T21:15:18.676 INFO:teuthology.orchestra.run.smithi149.stderr:Generating grub configuration file ... 2023-12-25T21:15:19.418 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2023-12-25T21:15:21.163 INFO:teuthology.orchestra.run.smithi031.stderr:done 2023-12-25T21:15:21.165 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2023-12-25T21:15:21.200 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.Lt6kxdPonX 2023-12-25T21:15:21.200 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Lt6kxdPonX 2023-12-25T21:15:21.273 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.Lt6kxdPonX 2023-12-25T21:15:21.506 INFO:teuthology.orchestra.run.smithi149.stderr:done 2023-12-25T21:15:21.507 DEBUG:teuthology.orchestra.run.smithi149:> mktemp 2023-12-25T21:15:21.549 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.Lt6kxdPonX is 6KB 2023-12-25T21:15:21.585 INFO:teuthology.orchestra.run.smithi149.stdout:/tmp/tmp.j5Mj5oZsim 2023-12-25T21:15:21.586 DEBUG:teuthology.orchestra.run.smithi149:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.j5Mj5oZsim 2023-12-25T21:15:21.597 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.Lt6kxdPonX 2023-12-25T21:15:21.615 DEBUG:teuthology.orchestra.run.smithi031:> sudo /bin/ls /boot/loader/entries || true 2023-12-25T21:15:21.660 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0666 /tmp/tmp.j5Mj5oZsim 2023-12-25T21:15:21.694 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-25T21:15:21.694 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-25T21:15:21.694 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-25T21:15:21.695 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-25T21:15:21.696 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-25T21:15:21.802 DEBUG:teuthology.orchestra.remote:smithi149:/tmp/tmp.j5Mj5oZsim is 6KB 2023-12-25T21:15:21.850 DEBUG:teuthology.orchestra.run.smithi149:> rm -fr /tmp/tmp.j5Mj5oZsim 2023-12-25T21:15:21.867 DEBUG:teuthology.orchestra.run.smithi149:> sudo /bin/ls /boot/loader/entries || true 2023-12-25T21:15:21.939 INFO:teuthology.orchestra.run.smithi149.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-25T21:15:21.939 INFO:teuthology.orchestra.run.smithi149.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-25T21:15:21.940 INFO:teuthology.orchestra.run.smithi149.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-25T21:15:21.940 INFO:teuthology.orchestra.run.smithi149.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-25T21:15:21.941 DEBUG:teuthology.orchestra.run.smithi149:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-25T21:15:21.993 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2023-12-25T21:15:22.097 DEBUG:teuthology.orchestra.run.smithi149:> sudo shutdown -r now 2023-12-25T21:15:52.025 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-25T21:15:52.026 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-25T21:15:52.027 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:15:52.100 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-25T21:15:52.100 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-25T21:15:52.100 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:16:26.770 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2023-12-25T21:16:35.772 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-25T21:16:35.772 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:16:52.045 DEBUG:teuthology.orchestra.remote:timed out 2023-12-25T21:16:54.165 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2023-12-25T21:17:01.049 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-25T21:17:01.050 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:17:01.301 DEBUG:teuthology.orchestra.run.smithi031:> true 2023-12-25T21:17:01.591 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-25T21:17:01.592 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-529.el8.x86_64"... 2023-12-25T21:17:01.592 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2023-12-25T21:17:01.613 INFO:teuthology.orchestra.run.smithi031.stdout:4.18.0-529.el8.x86_64 2023-12-25T21:17:01.613 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-25T21:17:01.613 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-25T21:17:01.613 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-25T21:17:02.614 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-25T21:17:02.614 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T21:17:02.700 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2023-12-25T21:17:02.713 DEBUG:teuthology.parallel:result is None 2023-12-25T21:17:06.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-25T21:17:06.169 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:17:07.002 DEBUG:teuthology.orchestra.run.smithi149:> true 2023-12-25T21:17:07.300 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-25T21:17:07.300 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-529.el8.x86_64"... 2023-12-25T21:17:07.300 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2023-12-25T21:17:07.318 INFO:teuthology.orchestra.run.smithi149.stdout:4.18.0-529.el8.x86_64 2023-12-25T21:17:07.319 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-25T21:17:07.319 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-25T21:17:07.319 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-25T21:17:08.320 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-25T21:17:08.320 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T21:17:08.406 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2023-12-25T21:17:08.421 DEBUG:teuthology.parallel:result is None 2023-12-25T21:17:08.421 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-25T21:17:08.430 INFO:teuthology.task.internal:Creating test directory... 2023-12-25T21:17:08.430 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T21:17:08.432 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T21:17:08.453 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-25T21:17:08.459 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-25T21:17:08.468 INFO:teuthology.task.internal:Creating archive directory... 2023-12-25T21:17:08.469 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T21:17:08.496 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T21:17:08.531 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-25T21:17:08.539 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-25T21:17:08.539 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:17:08.569 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:17:08.603 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:17:08.607 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:17:08.613 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:17:08.619 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:17:08.620 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-25T21:17:08.629 INFO:teuthology.task.internal:Configuring sudo... 2023-12-25T21:17:08.629 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T21:17:08.663 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T21:17:08.692 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-25T21:17:08.703 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-25T21:17:08.703 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T21:17:08.736 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T21:17:08.753 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T21:17:08.840 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T21:17:08.900 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T21:17:08.946 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T21:17:08.989 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:17:08.989 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T21:17:09.057 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T21:17:09.099 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T21:17:09.151 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T21:17:09.235 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T21:17:09.278 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-25T21:17:09.279 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T21:17:09.373 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2023-12-25T21:17:09.375 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2023-12-25T21:17:09.428 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T21:17:09.480 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T21:17:09.764 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-25T21:17:09.772 INFO:teuthology.task.internal:Starting timer... 2023-12-25T21:17:09.772 INFO:teuthology.run_tasks:Running task pcp... 2023-12-25T21:17:09.784 INFO:teuthology.run_tasks:Running task selinux... 2023-12-25T21:17:09.794 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-25T21:17:09.794 DEBUG:teuthology.orchestra.run.smithi031:> sudo service auditd rotate 2023-12-25T21:17:09.915 INFO:teuthology.orchestra.run.smithi031.stdout:Rotating logs: 2023-12-25T21:17:09.916 DEBUG:teuthology.orchestra.run.smithi149:> sudo service auditd rotate 2023-12-25T21:17:10.031 INFO:teuthology.orchestra.run.smithi149.stdout:Rotating logs: 2023-12-25T21:17:10.032 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-25T21:17:10.032 DEBUG:teuthology.orchestra.run.smithi031:> /usr/sbin/getenforce 2023-12-25T21:17:10.073 INFO:teuthology.orchestra.run.smithi031.stdout:Permissive 2023-12-25T21:17:10.074 DEBUG:teuthology.orchestra.run.smithi149:> /usr/sbin/getenforce 2023-12-25T21:17:10.101 INFO:teuthology.orchestra.run.smithi149.stdout:Permissive 2023-12-25T21:17:10.101 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi031.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi149.front.sepia.ceph.com': 'permissive'} 2023-12-25T21:17:10.101 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:17:10.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:17:10.142 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:17:10.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:17:10.169 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-25T21:17:10.169 DEBUG:teuthology.orchestra.run.smithi031:> sudo /usr/sbin/setenforce permissive 2023-12-25T21:17:10.209 DEBUG:teuthology.orchestra.run.smithi149:> sudo /usr/sbin/setenforce permissive 2023-12-25T21:17:10.236 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-25T21:17:10.245 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-25T21:17:10.250 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2023-12-25T21:17:10.367 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-25T21:17:10.381 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-25T21:17:10.382 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi149.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-25T21:24:39.728 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi149.front.sepia.ceph.com')] 2023-12-25T21:24:39.730 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-25T21:24:39.730 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:24:39.803 DEBUG:teuthology.orchestra.run.smithi031:> true 2023-12-25T21:24:39.874 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-25T21:24:39.874 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-25T21:24:39.875 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:24:39.944 DEBUG:teuthology.orchestra.run.smithi149:> true 2023-12-25T21:24:40.013 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-25T21:24:40.013 INFO:teuthology.run_tasks:Running task clock... 2023-12-25T21:24:40.061 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-25T21:24:40.061 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T21:24:40.062 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:24:40.064 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T21:24:40.064 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:24:40.097 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-25T21:24:40.098 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-25T21:24:40.112 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-25T21:24:40.113 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-25T21:24:40.180 INFO:teuthology.orchestra.run.smithi149.stderr:sudo: ntpd: command not found 2023-12-25T21:24:40.180 INFO:teuthology.orchestra.run.smithi031.stderr:sudo: ntpd: command not found 2023-12-25T21:24:40.191 INFO:teuthology.orchestra.run.smithi149.stdout:506 Cannot talk to daemon 2023-12-25T21:24:40.191 INFO:teuthology.orchestra.run.smithi031.stdout:506 Cannot talk to daemon 2023-12-25T21:24:40.205 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-25T21:24:40.206 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-25T21:24:40.218 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-25T21:24:40.219 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-25T21:24:40.289 INFO:teuthology.orchestra.run.smithi149.stderr:bash: ntpq: command not found 2023-12-25T21:24:40.292 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T21:24:40.292 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2023-12-25T21:24:40.292 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:24:40.292 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:24:40.293 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:24:40.293 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:24:40.299 INFO:teuthology.orchestra.run.smithi031.stderr:bash: ntpq: command not found 2023-12-25T21:24:40.303 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T21:24:40.303 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2023-12-25T21:24:40.303 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:24:40.303 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:24:40.303 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:24:40.303 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:24:40.304 INFO:teuthology.run_tasks:Running task pexec... 2023-12-25T21:24:40.313 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-25T21:24:40.313 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi031.front.sepia.ceph.com 2023-12-25T21:24:40.313 DEBUG:teuthology.orchestra.run.smithi031:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-25T21:24:40.314 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi149.front.sepia.ceph.com 2023-12-25T21:24:40.314 DEBUG:teuthology.orchestra.run.smithi149:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-25T21:24:41.230 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:44 ago on Mon 25 Dec 2023 09:22:57 PM UTC. 2023-12-25T21:24:41.253 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:36 ago on Mon 25 Dec 2023 09:23:05 PM UTC. 2023-12-25T21:24:43.390 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-12-25T21:24:43.391 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-25T21:24:43.391 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2023-12-25T21:24:43.391 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-25T21:24:43.391 INFO:teuthology.orchestra.run.smithi149.stdout:Resetting modules: 2023-12-25T21:24:43.391 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools 2023-12-25T21:24:43.391 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:24:43.391 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-12-25T21:24:43.391 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-25T21:24:43.391 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:24:43.559 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2023-12-25T21:24:43.560 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-25T21:24:43.560 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2023-12-25T21:24:43.560 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-25T21:24:43.560 INFO:teuthology.orchestra.run.smithi031.stdout:Resetting modules: 2023-12-25T21:24:43.560 INFO:teuthology.orchestra.run.smithi031.stdout: container-tools 2023-12-25T21:24:43.560 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:24:43.560 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2023-12-25T21:24:43.560 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-25T21:24:43.560 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:24:43.664 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-12-25T21:24:43.816 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2023-12-25T21:24:44.618 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:47 ago on Mon 25 Dec 2023 09:22:57 PM UTC. 2023-12-25T21:24:44.780 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:39 ago on Mon 25 Dec 2023 09:23:05 PM UTC. 2023-12-25T21:24:46.765 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-12-25T21:24:46.953 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout:Installing group/module packages: 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-25T21:24:46.954 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout:Installing weak dependencies: 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout:Installing module profiles: 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools/common 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout:Enabling module streams: 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools rhel8 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout:Install 13 Packages 2023-12-25T21:24:46.955 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:24:46.956 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 27 M 2023-12-25T21:24:46.956 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 89 M 2023-12-25T21:24:46.956 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2023-12-25T21:24:47.034 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2023-12-25T21:24:47.235 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-25T21:24:47.235 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2023-12-25T21:24:47.235 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-25T21:24:47.235 INFO:teuthology.orchestra.run.smithi031.stdout:Installing group/module packages: 2023-12-25T21:24:47.235 INFO:teuthology.orchestra.run.smithi031.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-25T21:24:47.235 INFO:teuthology.orchestra.run.smithi031.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-25T21:24:47.235 INFO:teuthology.orchestra.run.smithi031.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-25T21:24:47.235 INFO:teuthology.orchestra.run.smithi031.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-25T21:24:47.235 INFO:teuthology.orchestra.run.smithi031.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-25T21:24:47.235 INFO:teuthology.orchestra.run.smithi031.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-25T21:24:47.235 INFO:teuthology.orchestra.run.smithi031.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout:Installing weak dependencies: 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout:Installing module profiles: 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout: container-tools/common 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling module streams: 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout: container-tools rhel8 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2023-12-25T21:24:47.236 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-25T21:24:47.237 INFO:teuthology.orchestra.run.smithi031.stdout:Install 13 Packages 2023-12-25T21:24:47.237 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:24:47.237 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 27 M 2023-12-25T21:24:47.237 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 89 M 2023-12-25T21:24:47.237 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2023-12-25T21:24:47.527 INFO:teuthology.orchestra.run.smithi149.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.4 MB/s | 750 kB 00:00 2023-12-25T21:24:47.577 INFO:teuthology.orchestra.run.smithi149.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.7 MB/s | 1.0 MB 00:00 2023-12-25T21:24:47.628 INFO:teuthology.orchestra.run.smithi149.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 377 kB/s | 38 kB 00:00 2023-12-25T21:24:47.686 INFO:teuthology.orchestra.run.smithi149.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-12-25T21:24:47.787 INFO:teuthology.orchestra.run.smithi149.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.7 MB/s | 178 kB 00:00 2023-12-25T21:24:47.879 INFO:teuthology.orchestra.run.smithi149.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2023-12-25T21:24:47.980 INFO:teuthology.orchestra.run.smithi149.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 934 kB/s | 94 kB 00:00 2023-12-25T21:24:48.113 INFO:teuthology.orchestra.run.smithi149.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.6 MB/s | 9.6 MB 00:01 2023-12-25T21:24:48.172 INFO:teuthology.orchestra.run.smithi149.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 7.2 MB/s | 3.9 MB 00:00 2023-12-25T21:24:48.228 INFO:teuthology.orchestra.run.smithi031.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.2 MB/s | 1.0 MB 00:00 2023-12-25T21:24:48.255 INFO:teuthology.orchestra.run.smithi149.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 18 MB/s | 2.5 MB 00:00 2023-12-25T21:24:48.280 INFO:teuthology.orchestra.run.smithi149.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 485 kB/s | 53 kB 00:00 2023-12-25T21:24:48.328 INFO:teuthology.orchestra.run.smithi031.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 379 kB/s | 38 kB 00:00 2023-12-25T21:24:48.356 INFO:teuthology.orchestra.run.smithi149.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-12-25T21:24:48.460 INFO:teuthology.orchestra.run.smithi031.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.8 MB/s | 241 kB 00:00 2023-12-25T21:24:48.604 INFO:teuthology.orchestra.run.smithi031.stdout:(4/13): cockpit-podman-78-1.module_el8+712+4cd1 635 kB/s | 750 kB 00:01 2023-12-25T21:24:48.639 INFO:teuthology.orchestra.run.smithi149.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 12 MB/s | 8.1 MB 00:00 2023-12-25T21:24:48.640 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2023-12-25T21:24:48.640 INFO:teuthology.orchestra.run.smithi149.stdout:Total 16 MB/s | 27 MB 00:01 2023-12-25T21:24:48.771 INFO:teuthology.orchestra.run.smithi031.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.0 MB/s | 178 kB 00:00 2023-12-25T21:24:48.907 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2023-12-25T21:24:48.928 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2023-12-25T21:24:48.928 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2023-12-25T21:24:48.979 INFO:teuthology.orchestra.run.smithi031.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 119 kB/s | 25 kB 00:00 2023-12-25T21:24:49.105 INFO:teuthology.orchestra.run.smithi031.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 751 kB/s | 94 kB 00:00 2023-12-25T21:24:49.188 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2023-12-25T21:24:49.191 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2023-12-25T21:24:49.505 INFO:teuthology.orchestra.run.smithi031.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 3.8 MB/s | 3.9 MB 00:01 2023-12-25T21:24:49.877 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2023-12-25T21:24:50.095 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-25T21:24:50.098 INFO:teuthology.orchestra.run.smithi031.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 4.3 MB/s | 2.5 MB 00:00 2023-12-25T21:24:50.215 INFO:teuthology.orchestra.run.smithi031.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 451 kB/s | 53 kB 00:00 2023-12-25T21:24:50.265 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-25T21:24:50.331 INFO:teuthology.orchestra.run.smithi031.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 351 kB/s | 41 kB 00:00 2023-12-25T21:24:50.507 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-25T21:24:50.743 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T21:24:51.290 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-25T21:24:51.948 INFO:teuthology.orchestra.run.smithi031.stdout:(12/13): buildah-1.32.0-1.module_el8+712+4cd1bd 2.1 MB/s | 9.6 MB 00:04 2023-12-25T21:24:52.040 INFO:teuthology.orchestra.run.smithi031.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 2.8 MB/s | 8.1 MB 00:02 2023-12-25T21:24:52.040 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2023-12-25T21:24:52.040 INFO:teuthology.orchestra.run.smithi031.stdout:Total 5.5 MB/s | 27 MB 00:04 2023-12-25T21:24:52.255 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T21:24:52.320 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2023-12-25T21:24:52.343 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2023-12-25T21:24:52.343 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2023-12-25T21:24:52.498 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-25T21:24:52.629 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2023-12-25T21:24:52.632 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2023-12-25T21:24:52.721 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-25T21:24:52.986 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-25T21:24:53.396 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-25T21:24:53.501 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2023-12-25T21:24:53.736 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-25T21:24:53.880 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-25T21:24:54.081 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-25T21:24:54.301 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T21:24:54.320 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T21:24:54.520 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-25T21:24:54.739 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T21:24:54.874 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-25T21:24:55.187 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T21:24:55.187 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-25T21:24:55.187 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-25T21:24:55.188 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-25T21:24:55.188 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T21:24:55.188 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-25T21:24:55.188 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T21:24:55.188 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-25T21:24:55.188 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-25T21:24:55.188 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-25T21:24:55.188 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-25T21:24:55.188 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T21:24:55.188 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-25T21:24:55.924 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T21:24:56.031 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-25T21:24:56.031 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:24:56.032 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-12-25T21:24:56.142 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-25T21:24:56.319 DEBUG:teuthology.parallel:result is None 2023-12-25T21:24:56.358 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-25T21:24:56.592 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-25T21:24:56.987 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-25T21:24:57.982 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T21:24:58.195 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-25T21:24:58.412 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T21:24:58.864 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T21:24:58.864 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-25T21:24:58.864 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-25T21:24:58.864 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-25T21:24:58.864 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T21:24:58.864 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-25T21:24:58.864 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T21:24:58.864 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-25T21:24:58.864 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-25T21:24:58.864 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-25T21:24:58.865 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-25T21:24:58.865 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T21:24:58.865 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-25T21:24:59.708 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:24:59.709 INFO:teuthology.orchestra.run.smithi031.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-25T21:24:59.710 INFO:teuthology.orchestra.run.smithi031.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-25T21:24:59.710 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:24:59.710 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2023-12-25T21:24:59.936 DEBUG:teuthology.parallel:result is None 2023-12-25T21:24:59.936 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-25T21:24:59.946 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-25T21:24:59.946 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:24:59.946 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:24:59.964 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-25T21:24:59.964 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_1 2023-12-25T21:25:00.023 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-25T21:25:00.023 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:00.023 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 391497 Links: 1 2023-12-25T21:25:00.023 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:00.023 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:00.023 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-12-25 21:24:58.565415733 +0000 2023-12-25T21:25:00.023 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-12-25 21:24:03.206051298 +0000 2023-12-25T21:25:00.023 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-12-25 21:24:03.206051298 +0000 2023-12-25T21:25:00.024 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-12-25T21:25:00.024 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-25T21:25:00.090 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-12-25T21:25:00.090 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-12-25T21:25:00.090 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000201523 s, 2.5 MB/s 2023-12-25T21:25:00.091 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-25T21:25:00.150 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_2 2023-12-25T21:25:00.221 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-25T21:25:00.222 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:00.222 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 390816 Links: 1 2023-12-25T21:25:00.222 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:00.222 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:00.222 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-12-25 21:24:58.565415733 +0000 2023-12-25T21:25:00.222 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-12-25 21:24:03.712043232 +0000 2023-12-25T21:25:00.222 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-12-25 21:24:03.712043232 +0000 2023-12-25T21:25:00.222 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-12-25T21:25:00.222 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-25T21:25:00.289 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-12-25T21:25:00.289 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-12-25T21:25:00.289 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000204308 s, 2.5 MB/s 2023-12-25T21:25:00.290 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-25T21:25:00.350 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_3 2023-12-25T21:25:00.409 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-25T21:25:00.410 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:00.410 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 387990 Links: 1 2023-12-25T21:25:00.410 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:00.410 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:00.410 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-12-25 21:24:58.565415733 +0000 2023-12-25T21:25:00.410 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-12-25 21:24:04.226035039 +0000 2023-12-25T21:25:00.410 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-12-25 21:24:04.226035039 +0000 2023-12-25T21:25:00.410 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-12-25T21:25:00.410 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-25T21:25:00.477 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-12-25T21:25:00.477 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-12-25T21:25:00.477 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.00022613 s, 2.3 MB/s 2023-12-25T21:25:00.478 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-25T21:25:00.540 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_4 2023-12-25T21:25:00.599 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-25T21:25:00.599 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:00.600 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 398480 Links: 1 2023-12-25T21:25:00.600 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:00.600 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:00.600 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-12-25 21:24:58.565415733 +0000 2023-12-25T21:25:00.600 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-12-25 21:24:04.741026829 +0000 2023-12-25T21:25:00.600 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-12-25 21:24:04.741026829 +0000 2023-12-25T21:25:00.600 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-12-25T21:25:00.600 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-25T21:25:00.667 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-12-25T21:25:00.667 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-12-25T21:25:00.667 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000205629 s, 2.5 MB/s 2023-12-25T21:25:00.668 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-25T21:25:00.729 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:25:00.843 INFO:teuthology.orchestra.run.smithi031.stdout:loop 2023-12-25T21:25:00.845 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_1... 2023-12-25T21:25:00.845 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:25:00.886 INFO:teuthology.orchestra.run.smithi031.stdout:1 2023-12-25T21:25:00.921 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_11 2023-12-25T21:25:00.960 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_2... 2023-12-25T21:25:00.961 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:25:01.041 INFO:teuthology.orchestra.run.smithi031.stdout:1 2023-12-25T21:25:01.075 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_21 2023-12-25T21:25:01.113 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_3... 2023-12-25T21:25:01.113 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:25:01.193 INFO:teuthology.orchestra.run.smithi031.stdout:1 2023-12-25T21:25:01.227 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_31 2023-12-25T21:25:01.265 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_4... 2023-12-25T21:25:01.265 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:25:01.341 INFO:teuthology.orchestra.run.smithi031.stdout:1 2023-12-25T21:25:01.375 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_41 2023-12-25T21:25:01.414 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:25:01.414 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:25:01.471 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme list 2023-12-25T21:25:01.537 INFO:teuthology.orchestra.run.smithi031.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-25T21:25:01.537 INFO:teuthology.orchestra.run.smithi031.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-25T21:25:01.538 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme0n1 CVFT53310008400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-25T21:25:01.538 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme1n1 158fe9d47258d6257608 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T21:25:01.538 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme2n1 b7b9fb2f23b2cb4e3ee5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T21:25:01.538 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme3n1 ef1dd87552ccaeddfeec Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T21:25:01.538 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme4n1 80e6c8cbaca2e1267bac Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T21:25:01.539 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T21:25:01.539 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:25:01.539 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/scratch_devs 2023-12-25T21:25:01.606 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-25T21:25:01.606 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:25:01.629 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-25T21:25:01.629 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_1 2023-12-25T21:25:01.689 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-25T21:25:01.690 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:01.690 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 392597 Links: 1 2023-12-25T21:25:01.690 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:01.690 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:01.690 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-25 21:24:54.884256796 +0000 2023-12-25T21:25:01.690 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-25 21:23:54.649760798 +0000 2023-12-25T21:25:01.690 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-25 21:23:54.649760798 +0000 2023-12-25T21:25:01.690 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-25T21:25:01.690 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-25T21:25:01.760 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-25T21:25:01.760 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-25T21:25:01.761 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000272514 s, 1.9 MB/s 2023-12-25T21:25:01.762 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-25T21:25:01.823 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_2 2023-12-25T21:25:01.882 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-25T21:25:01.882 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:01.882 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 393895 Links: 1 2023-12-25T21:25:01.882 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:01.883 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:01.883 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-25 21:24:54.884256796 +0000 2023-12-25T21:25:01.883 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-25 21:23:55.143751197 +0000 2023-12-25T21:25:01.883 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-25 21:23:55.143751197 +0000 2023-12-25T21:25:01.883 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-25T21:25:01.883 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-25T21:25:01.949 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-25T21:25:01.949 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-25T21:25:01.949 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000196844 s, 2.6 MB/s 2023-12-25T21:25:01.950 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-25T21:25:02.011 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_3 2023-12-25T21:25:02.069 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-25T21:25:02.069 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:02.069 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 395012 Links: 1 2023-12-25T21:25:02.069 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:02.069 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:02.069 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-25 21:24:54.884256796 +0000 2023-12-25T21:25:02.070 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-25 21:23:55.629741752 +0000 2023-12-25T21:25:02.070 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-25 21:23:55.629741752 +0000 2023-12-25T21:25:02.070 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-25T21:25:02.070 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-25T21:25:02.135 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-25T21:25:02.135 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-25T21:25:02.135 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000203689 s, 2.5 MB/s 2023-12-25T21:25:02.136 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-25T21:25:02.195 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_4 2023-12-25T21:25:02.253 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-25T21:25:02.253 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:02.253 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 397612 Links: 1 2023-12-25T21:25:02.253 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:02.253 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:02.253 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-25 21:24:54.885256777 +0000 2023-12-25T21:25:02.253 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-25 21:23:56.146731704 +0000 2023-12-25T21:25:02.253 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-25 21:23:56.146731704 +0000 2023-12-25T21:25:02.253 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-25T21:25:02.253 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-25T21:25:02.319 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-25T21:25:02.319 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-25T21:25:02.319 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000231514 s, 2.2 MB/s 2023-12-25T21:25:02.320 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-25T21:25:02.378 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:25:02.507 INFO:teuthology.orchestra.run.smithi149.stdout:loop 2023-12-25T21:25:02.508 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_1... 2023-12-25T21:25:02.508 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:25:02.544 INFO:teuthology.orchestra.run.smithi149.stdout:1 2023-12-25T21:25:02.577 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_11 2023-12-25T21:25:02.615 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_2... 2023-12-25T21:25:02.616 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:25:02.692 INFO:teuthology.orchestra.run.smithi149.stdout:1 2023-12-25T21:25:02.725 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_21 2023-12-25T21:25:02.762 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_3... 2023-12-25T21:25:02.762 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:25:02.838 INFO:teuthology.orchestra.run.smithi149.stdout:1 2023-12-25T21:25:02.871 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_31 2023-12-25T21:25:02.908 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_4... 2023-12-25T21:25:02.908 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:25:02.983 INFO:teuthology.orchestra.run.smithi149.stdout:1 2023-12-25T21:25:03.016 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_41 2023-12-25T21:25:03.053 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-25T21:25:03.053 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:25:03.111 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme list 2023-12-25T21:25:03.176 INFO:teuthology.orchestra.run.smithi149.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-25T21:25:03.177 INFO:teuthology.orchestra.run.smithi149.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-25T21:25:03.177 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme0n1 CVFT623300CK400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-25T21:25:03.177 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme1n1 bbc45d224b029ed34716 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T21:25:03.177 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme2n1 6eac2048c33bebbbe67d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T21:25:03.177 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme3n1 aea6baf852e82eb5975a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T21:25:03.177 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme4n1 9e61252ce9f237c5355e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T21:25:03.178 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T21:25:03.178 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-25T21:25:03.178 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/scratch_devs 2023-12-25T21:25:03.245 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-25T21:25:03.312 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': 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2'} 2023-12-25T21:25:03.313 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T21:25:03.313 INFO:tasks.cephadm:Cluster fsid is 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:25:03.313 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-25T21:25:03.313 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-25T21:25:03.314 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi031': '172.21.15.31', 'mon.smithi149': '172.21.15.149'} 2023-12-25T21:25:03.314 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-25T21:25:03.314 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2023-12-25T21:25:03.348 DEBUG:teuthology.orchestra.run.smithi149:> sudo hostname $(hostname -s) 2023-12-25T21:25:03.375 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2)... 2023-12-25T21:25:03.376 DEBUG:teuthology.orchestra.run.smithi031:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T21:25:03.598 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 25 21:25 /home/ubuntu/cephtest/cephadm 2023-12-25T21:25:03.599 DEBUG:teuthology.orchestra.run.smithi149:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T21:25:03.817 INFO:teuthology.orchestra.run.smithi149.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 25 21:25 /home/ubuntu/cephtest/cephadm 2023-12-25T21:25:03.818 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T21:25:03.842 DEBUG:teuthology.orchestra.run.smithi149:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T21:25:03.869 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /etc/ceph 2023-12-25T21:25:03.914 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /etc/ceph 2023-12-25T21:25:03.942 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 777 /etc/ceph 2023-12-25T21:25:03.985 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 777 /etc/ceph 2023-12-25T21:25:04.012 INFO:tasks.cephadm:Writing seed config... 2023-12-25T21:25:04.012 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-25T21:25:04.012 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-25T21:25:04.013 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-25T21:25:04.013 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-25T21:25:04.013 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-25T21:25:04.013 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-25T21:25:04.013 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-25T21:25:04.013 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-25T21:25:04.013 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:25:04.014 DEBUG:teuthology.orchestra.run.smithi031:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-25T21:25:04.045 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 = 11103ba8-a36c-11ee-95a5-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-25T21:25:04.045 DEBUG:teuthology.orchestra.run.smithi031:mon.smithi031> sudo journalctl -f -n 0 -u ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mon.smithi031.service 2023-12-25T21:25:04.088 INFO:tasks.cephadm:Bootstrapping... 2023-12-25T21:25:04.088 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -v bootstrap --fsid 11103ba8-a36c-11ee-95a5-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.31 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:25:04.116 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:-- Logs begin at Mon 2023-12-25 21:16:35 UTC. -- 2023-12-25T21:25:04.387 INFO:teuthology.orchestra.run.smithi031.stderr:-------------------------------------------------------------------------------- 2023-12-25T21:25:04.387 INFO:teuthology.orchestra.run.smithi031.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2', '-v', 'bootstrap', '--fsid', '11103ba8-a36c-11ee-95a5-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.31', '--skip-admin-label'] 2023-12-25T21:25:05.730 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: 4.6.1 2023-12-25T21:25:05.741 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying podman|docker is present... 2023-12-25T21:25:05.765 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: 4.6.1 2023-12-25T21:25:05.775 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying lvm2 is present... 2023-12-25T21:25:05.776 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying time synchronization is in place... 2023-12-25T21:25:05.783 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T21:25:05.790 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: inactive 2023-12-25T21:25:05.797 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: enabled 2023-12-25T21:25:05.803 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: active 2023-12-25T21:25:05.804 INFO:teuthology.orchestra.run.smithi031.stderr:Unit chronyd.service is enabled and running 2023-12-25T21:25:05.804 INFO:teuthology.orchestra.run.smithi031.stderr:Repeating the final host check... 2023-12-25T21:25:05.824 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: 4.6.1 2023-12-25T21:25:05.837 INFO:teuthology.orchestra.run.smithi031.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-25T21:25:05.837 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl is present 2023-12-25T21:25:05.837 INFO:teuthology.orchestra.run.smithi031.stderr:lvcreate is present 2023-12-25T21:25:05.843 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T21:25:05.849 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: inactive 2023-12-25T21:25:05.855 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: enabled 2023-12-25T21:25:05.861 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: active 2023-12-25T21:25:05.862 INFO:teuthology.orchestra.run.smithi031.stderr:Unit chronyd.service is enabled and running 2023-12-25T21:25:05.862 INFO:teuthology.orchestra.run.smithi031.stderr:Host looks OK 2023-12-25T21:25:05.862 INFO:teuthology.orchestra.run.smithi031.stderr:Cluster fsid: 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:25:05.862 INFO:teuthology.orchestra.run.smithi031.stderr:Acquiring lock 140672478548096 on /run/cephadm/11103ba8-a36c-11ee-95a5-87774f69a715.lock 2023-12-25T21:25:05.863 INFO:teuthology.orchestra.run.smithi031.stderr:Lock 140672478548096 acquired on /run/cephadm/11103ba8-a36c-11ee-95a5-87774f69a715.lock 2023-12-25T21:25:05.863 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying IP 172.21.15.31 port 3300 ... 2023-12-25T21:25:05.863 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying IP 172.21.15.31 port 6789 ... 2023-12-25T21:25:05.863 INFO:teuthology.orchestra.run.smithi031.stderr:Base mon IP(s) is [172.21.15.31:3300, 172.21.15.31:6789], mon addrv is [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2023-12-25T21:25:05.866 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.31 metric 100 2023-12-25T21:25:05.867 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.31 metric 100 2023-12-25T21:25:05.869 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-25T21:25:05.870 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-25T21:25:05.870 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1758sec hoplimit 64 pref medium 2023-12-25T21:25:05.874 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-25T21:25:05.874 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-25T21:25:05.874 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T21:25:05.874 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-25T21:25:05.874 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fea5:caba/64 scope link 2023-12-25T21:25:05.874 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T21:25:05.874 INFO:teuthology.orchestra.run.smithi031.stderr:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2023-12-25T21:25:05.875 INFO:teuthology.orchestra.run.smithi031.stderr:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2023-12-25T21:25:05.875 INFO:teuthology.orchestra.run.smithi031.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-25T21:25:05.875 INFO:teuthology.orchestra.run.smithi031.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-25T21:25:05.875 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2... 2023-12-25T21:25:05.979 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2... 2023-12-25T21:25:06.053 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: Getting image source signatures 2023-12-25T21:25:06.057 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: Copying blob sha256:7f86ad6c71fd0cf72c8e6530acd4beec55cb97fc1cff73659ce3932192caed88 2023-12-25T21:25:06.057 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: Copying blob sha256:46af8f5390d4e94fc57efb422ccb97bb53dfe5b948546bfc191b46557eb2dbd9 2023-12-25T21:25:27.453 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: Copying config sha256:49d1f3e5e58d61c9df12ccb914a298f8b8407ff9d4bed060cff7afb535bad858 2023-12-25T21:25:27.511 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: Writing manifest to image destination 2023-12-25T21:25:27.801 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: 49d1f3e5e58d61c9df12ccb914a298f8b8407ff9d4bed060cff7afb535bad858 2023-12-25T21:25:28.410 INFO:teuthology.orchestra.run.smithi031.stderr:ceph: ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable) 2023-12-25T21:25:28.755 INFO:teuthology.orchestra.run.smithi031.stderr:Ceph version: ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable) 2023-12-25T21:25:28.755 INFO:teuthology.orchestra.run.smithi031.stderr:Extracting ceph user uid/gid from container image... 2023-12-25T21:25:29.036 INFO:teuthology.orchestra.run.smithi031.stderr:stat: 167 167 2023-12-25T21:25:29.346 INFO:teuthology.orchestra.run.smithi031.stderr:Creating initial keys... 2023-12-25T21:25:29.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-authtool: AQBJ84llLUFhIhAAg0a0ac+meylYUs/fvCJGkA== 2023-12-25T21:25:30.176 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-authtool: AQBK84llkzy9CRAABwC6qrUMMd+zKOeHnAmPgQ== 2023-12-25T21:25:30.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-authtool: AQBK84llDIFVLhAAtlSkA2jN7hxKaUf8/iQwnA== 2023-12-25T21:25:31.130 INFO:teuthology.orchestra.run.smithi031.stderr:Creating initial monmap... 2023-12-25T21:25:31.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T21:25:31.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:25:31.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T21:25:31.731 INFO:teuthology.orchestra.run.smithi031.stderr:monmaptool for smithi031 [v2:172.21.15.31:3300,v1:172.21.15.31:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T21:25:31.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: set fsid to 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:25:31.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T21:25:31.732 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-25T21:25:31.732 INFO:teuthology.orchestra.run.smithi031.stderr:Creating mon... 2023-12-25T21:25:32.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.997+0000 7f6031a95880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T21:25:32.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.998+0000 7f6031a95880 1 imported monmap: 2023-12-25T21:25:32.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-25T21:25:32.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: fsid 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:25:32.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: last_changed 2023-12-25T21:25:31.394466+0000 2023-12-25T21:25:32.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: created 2023-12-25T21:25:31.394466+0000 2023-12-25T21:25:32.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-25T21:25:32.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-25T21:25:32.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.smithi031 2023-12-25T21:25:32.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.998+0000 7f6031a95880 0 /usr/bin/ceph-mon: set fsid to 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: DB SUMMARY 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi031/store.db dir, Total Num: 0, files: 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi031/store.db: 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.create_if_missing: 1 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T21:25:32.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.env: 0x558c7aad2080 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.fs: Posix File System 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.info_log: 0x558c7d2a3380 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.statistics: (nil) 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.use_fsync: 0 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T21:25:32.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.db_log_dir: 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi031/store.db 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.write_buffer_manager: 0x558c7d2a9980 2023-12-25T21:25:32.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.unordered_write: 0 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.row_cache: None 2023-12-25T21:25:32.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.wal_filter: None 2023-12-25T21:25:32.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T21:25:32.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T21:25:32.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T21:25:32.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T21:25:32.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T21:25:32.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T21:25:32.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T21:25:32.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T21:25:32.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T21:25:32.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.max_open_files: -1 2023-12-25T21:25:32.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Compression algorithms supported: 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: kZSTD supported: 0 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:31.999+0000 7f6031a95880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-25T21:25:32.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi031/store.db/MANIFEST-000001 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.merge_operator: 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compaction_filter: None 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558c7d1b9d30) 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T21:25:32.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_cache: 0x558c7d1eed10 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-25T21:25:32.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-25T21:25:32.038 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compression: NoCompression 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.num_levels: 7 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T21:25:32.039 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T21:25:32.040 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T21:25:32.041 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T21:25:32.042 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.ttl: 2592000 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi031/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-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.000+0000 7f6031a95880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-25T21:25:32.043 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.003+0000 7f6031a95880 4 rocksdb: DB pointer 0x558c7d2b7800 2023-12-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.003+0000 7f601a91c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.003+0000 7f601a91c700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.044 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.045 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:25:32.046 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.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-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2023-12-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.004+0000 7f6031a95880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.004+0000 7f6031a95880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-25T21:25:32.047 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:25:32.004+0000 7f6031a95880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi031 for mon.smithi031 2023-12-25T21:25:32.347 INFO:teuthology.orchestra.run.smithi031.stderr:create mon.smithi031 on 2023-12-25T21:25:32.460 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-25T21:25:32.560 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-11103ba8-a36c-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-11103ba8-a36c-11ee-95a5-87774f69a715.target. 2023-12-25T21:25:32.560 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-11103ba8-a36c-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-11103ba8-a36c-11ee-95a5-87774f69a715.target. 2023-12-25T21:25:32.775 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Failed to reset failed state of unit ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mon.smithi031.service: Unit ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mon.smithi031.service not loaded. 2023-12-25T21:25:32.782 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Created symlink /etc/systemd/system/ceph-11103ba8-a36c-11ee-95a5-87774f69a715.target.wants/ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mon.smithi031.service → /etc/systemd/system/ceph-11103ba8-a36c-11ee-95a5-87774f69a715@.service. 2023-12-25T21:25:33.278 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: disabled 2023-12-25T21:25:33.286 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: inactive 2023-12-25T21:25:33.286 INFO:teuthology.orchestra.run.smithi031.stderr:firewalld.service is not enabled 2023-12-25T21:25:33.286 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T21:25:33.287 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mon to start... 2023-12-25T21:25:33.287 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mon... 2023-12-25T21:25:33.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: cluster: 2023-12-25T21:25:33.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: id: 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:25:33.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-25T21:25:33.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:33.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: services: 2023-12-25T21:25:33.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi031 (age 0.471562s) 2023-12-25T21:25:33.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-25T21:25:33.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-25T21:25:33.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:33.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: data: 2023-12-25T21:25:33.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-25T21:25:33.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-25T21:25:33.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-25T21:25:33.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: pgs: 2023-12-25T21:25:33.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:33.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[107684]: cluster 2023-12-25T21:25:33.255515+0000 mon.smithi031 (mon.0) 1 : cluster [INF] mon.smithi031 is new leader, mons smithi031 in quorum (ranks 0) 2023-12-25T21:25:34.094 INFO:teuthology.orchestra.run.smithi031.stderr:mon is available 2023-12-25T21:25:34.094 INFO:teuthology.orchestra.run.smithi031.stderr:Assimilating anything we can from ceph.conf... 2023-12-25T21:25:34.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:34.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: [global] 2023-12-25T21:25:34.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: fsid = 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:25:34.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2023-12-25T21:25:34.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T21:25:34.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T21:25:34.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T21:25:34.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T21:25:34.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:34.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: [mgr] 2023-12-25T21:25:34.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T21:25:34.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:34.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: [osd] 2023-12-25T21:25:34.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T21:25:34.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T21:25:34.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[107684]: cluster 2023-12-25T21:25:33.275591+0000 mon.smithi031 (mon.0) 2 : cluster [INF] mon.smithi031 is new leader, mons smithi031 in quorum (ranks 0) 2023-12-25T21:25:34.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[107684]: cluster 2023-12-25T21:25:33.276753+0000 mon.smithi031 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi031=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} removed_ranks: {} 2023-12-25T21:25:34.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[107684]: cluster 2023-12-25T21:25:33.291772+0000 mon.smithi031 (mon.0) 4 : cluster [DBG] fsmap 2023-12-25T21:25:34.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[107684]: cluster 2023-12-25T21:25:33.295065+0000 mon.smithi031 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T21:25:34.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[107684]: cluster 2023-12-25T21:25:33.295599+0000 mon.smithi031 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T21:25:34.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[107684]: audit 2023-12-25T21:25:33.747109+0000 mon.smithi031 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.31:0/2942622841' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-25T21:25:34.894 INFO:teuthology.orchestra.run.smithi031.stderr:Generating new minimal ceph.conf... 2023-12-25T21:25:35.579 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[107684]: audit 2023-12-25T21:25:34.542810+0000 mon.smithi031 (mon.0) 8 : audit [INF] from='client.? 172.21.15.31:0/371523606' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T21:25:35.580 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[107684]: audit 2023-12-25T21:25:34.546053+0000 mon.smithi031 (mon.0) 9 : audit [INF] from='client.? 172.21.15.31:0/371523606' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-25T21:25:35.670 INFO:teuthology.orchestra.run.smithi031.stderr:Restarting the monitor... 2023-12-25T21:25:35.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:35 smithi031 systemd[1]: Stopping Ceph mon.smithi031 for 11103ba8-a36c-11ee-95a5-87774f69a715... 2023-12-25T21:25:35.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:35 smithi031 bash[108006]: Error: no container with name or ID "ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon.smithi031" found: no such container 2023-12-25T21:25:35.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[107684]: debug 2023-12-25T21:25:35.884+0000 7f178c0bc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi031 -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-25T21:25:35.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[107684]: debug 2023-12-25T21:25:35.884+0000 7f178c0bc700 -1 mon.smithi031@0(leader) e1 *** Got Signal Terminated *** 2023-12-25T21:25:36.473 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 bash[108046]: ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031 2023-12-25T21:25:36.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 systemd[1]: ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mon.smithi031.service: Succeeded. 2023-12-25T21:25:36.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 systemd[1]: Stopped Ceph mon.smithi031 for 11103ba8-a36c-11ee-95a5-87774f69a715. 2023-12-25T21:25:36.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 systemd[1]: Starting Ceph mon.smithi031 for 11103ba8-a36c-11ee-95a5-87774f69a715... 2023-12-25T21:25:36.829 INFO:teuthology.orchestra.run.smithi031.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.820+0000 7f2311489880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.820+0000 7f2311489880 0 ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable), process ceph-mon, pid 7 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.820+0000 7f2311489880 0 pidfile_write: ignore empty --pid-file 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 bash[108166]: ebcae93f758be0424f72c6971b236a4cb32cd6467358e5b7499ed8f3e2c9b2b8 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.824+0000 7f2311489880 0 load: jerasure load: lrc load: isa 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: DB SUMMARY 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: CURRENT file: CURRENT 2023-12-25T21:25:37.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi031/store.db dir, Total Num: 1, files: 000004.sst 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi031/store.db: 000006.log size: 81186 ; 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.create_if_missing: 0 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.env: 0x55fcbe536080 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.fs: Posix File System 2023-12-25T21:25:37.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.info_log: 0x55fcbf6b9d20 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.statistics: (nil) 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.use_fsync: 0 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T21:25:37.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.db_log_dir: 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi031/store.db 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.write_buffer_manager: 0x55fcc0310480 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T21:25:37.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T21:25:37.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T21:25:37.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T21:25:37.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T21:25:37.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T21:25:37.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T21:25:37.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T21:25:37.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T21:25:37.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.unordered_write: 0 2023-12-25T21:25:37.259 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T21:25:37.259 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T21:25:37.259 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T21:25:37.259 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T21:25:37.259 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.row_cache: None 2023-12-25T21:25:37.259 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.wal_filter: None 2023-12-25T21:25:37.259 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T21:25:37.259 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T21:25:37.259 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T21:25:37.259 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T21:25:37.259 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T21:25:37.259 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T21:25:37.260 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_open_files: -1 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Compression algorithms supported: 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: kZSTD supported: 0 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T21:25:37.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi031/store.db/MANIFEST-000005 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.merge_operator: 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_filter: None 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fcbf669d28) 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cache_index_and_filter_blocks: 1 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: pin_top_level_index_and_filter: 1 2023-12-25T21:25:37.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: index_type: 0 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: data_block_index_type: 0 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: index_shortening: 1 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: data_block_hash_table_util_ratio: 0.750000 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: hash_index_allow_collision: 1 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: checksum: 1 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: no_block_cache: 0 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: block_cache: 0x55fcbf69ef10 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: block_cache_name: BinnedLRUCache 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: block_cache_options: 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: capacity : 536870912 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: num_shard_bits : 4 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: strict_capacity_limit : 0 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: high_pri_pool_ratio: 0.000 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: block_cache_compressed: (nil) 2023-12-25T21:25:37.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: persistent_cache: (nil) 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: block_size: 4096 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: block_size_deviation: 10 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: block_restart_interval: 16 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: index_block_restart_interval: 1 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: metadata_block_size: 4096 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: partition_filters: 0 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: use_delta_encoding: 1 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: whole_key_filtering: 1 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: verify_compression: 0 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: read_amp_bytes_per_bit: 0 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: format_version: 2 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: enable_index_compression: 1 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: block_align: 0 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T21:25:37.264 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compression: NoCompression 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.num_levels: 7 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T21:25:37.265 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T21:25:37.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T21:25:37.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T21:25:37.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.ttl: 2592000 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.825+0000 7f2311489880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.826+0000 7f2311489880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi031/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-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.826+0000 7f2311489880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 systemd[1]: Started Ceph mon.smithi031 for 11103ba8-a36c-11ee-95a5-87774f69a715. 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.826+0000 7f2311489880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703539536827526, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.826+0000 7f2311489880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.827+0000 7f2311489880 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-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.827+0000 7f2311489880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703539536828590, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78189, "table_properties": {"data_size": 76483, "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": 71053, "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": 1703539536, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.827+0000 7f2311489880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.828+0000 7f2311489880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703539536828993, "job": 1, "event": "recovery_finished"} 2023-12-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.828+0000 7f2311489880 4 rocksdb: DB pointer 0x55fcbf767800 2023-12-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.828+0000 7f22f828f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.828+0000 7f22f828f700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: ** DB Stats ** 2023-12-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: ** Compaction Stats [default] ** 2023-12-25T21:25:37.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.3 0.00 0.00 1 0.001 0 0 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.3 0.00 0.00 1 0.001 0 0 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.3 0.00 0.00 1 0.001 0 0 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: ** Compaction Stats [default] ** 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 119.3 0.00 0.00 1 0.001 0 0 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:25:37.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Cumulative compaction: 0.00 GB write, 24.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Interval compaction: 0.00 GB write, 24.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: ** Compaction Stats [default] ** 2023-12-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.3 0.00 0.00 1 0.001 0 0 2023-12-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.3 0.00 0.00 1 0.001 0 0 2023-12-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: ** Compaction Stats [default] ** 2023-12-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:25:37.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 119.3 0.00 0.00 1 0.001 0 0 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Cumulative compaction: 0.00 GB write, 24.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.829+0000 7f2311489880 0 starting mon.smithi031 rank 0 at public addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] at bind addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi031 fsid 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:25:37.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.830+0000 7f2311489880 1 mon.smithi031@-1(???) e1 preinit fsid 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.830+0000 7f2311489880 0 mon.smithi031@-1(???).mds e1 new map 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.830+0000 7f2311489880 0 mon.smithi031@-1(???).mds e1 print_map 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: e1 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: legacy client fscid: -1 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: No filesystems configured 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.830+0000 7f2311489880 0 mon.smithi031@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.830+0000 7f2311489880 0 mon.smithi031@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.830+0000 7f2311489880 0 mon.smithi031@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.830+0000 7f2311489880 0 mon.smithi031@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:34.542810+0000 mon.smithi031 (mon.0) 8 : audit [INF] from='client.? 172.21.15.31:0/371523606' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:34.546053+0000 mon.smithi031 (mon.0) 9 : audit [INF] from='client.? 172.21.15.31:0/371523606' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-25T21:25:37.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:25:36.830+0000 7f2311489880 1 mon.smithi031@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-25T21:25:37.275 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:36.847589+0000 mon.smithi031 (mon.0) 1 : cluster [INF] mon.smithi031 is new leader, mons smithi031 in quorum (ranks 0) 2023-12-25T21:25:37.275 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:36.847652+0000 mon.smithi031 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi031=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} removed_ranks: {} 2023-12-25T21:25:37.275 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:36.848073+0000 mon.smithi031 (mon.0) 3 : cluster [DBG] fsmap 2023-12-25T21:25:37.275 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:36.848107+0000 mon.smithi031 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T21:25:37.275 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:36.848506+0000 mon.smithi031 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T21:25:37.611 INFO:teuthology.orchestra.run.smithi031.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-25T21:25:37.611 INFO:teuthology.orchestra.run.smithi031.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:25:37.611 INFO:teuthology.orchestra.run.smithi031.stderr:Creating mgr... 2023-12-25T21:25:37.612 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying port 9283 ... 2023-12-25T21:25:37.743 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Failed to reset failed state of unit ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mgr.smithi031.sxuhmh.service: Unit ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mgr.smithi031.sxuhmh.service not loaded. 2023-12-25T21:25:37.749 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Created symlink /etc/systemd/system/ceph-11103ba8-a36c-11ee-95a5-87774f69a715.target.wants/ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mgr.smithi031.sxuhmh.service → /etc/systemd/system/ceph-11103ba8-a36c-11ee-95a5-87774f69a715@.service. 2023-12-25T21:25:38.255 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: disabled 2023-12-25T21:25:38.264 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: inactive 2023-12-25T21:25:38.264 INFO:teuthology.orchestra.run.smithi031.stderr:firewalld.service is not enabled 2023-12-25T21:25:38.264 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T21:25:38.272 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: disabled 2023-12-25T21:25:38.280 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: inactive 2023-12-25T21:25:38.281 INFO:teuthology.orchestra.run.smithi031.stderr:firewalld.service is not enabled 2023-12-25T21:25:38.281 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-25T21:25:38.281 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mgr to start... 2023-12-25T21:25:38.281 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mgr... 2023-12-25T21:25:38.492 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:37.259628+0000 mon.smithi031 (mon.0) 6 : audit [INF] from='client.? 172.21.15.31:0/78464355' entity='client.admin' 2023-12-25T21:25:38.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:38.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2023-12-25T21:25:38.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsid": "11103ba8-a36c-11ee-95a5-87774f69a715", 2023-12-25T21:25:38.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "health": { 2023-12-25T21:25:38.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T21:25:38.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T21:25:38.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T21:25:38.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 0 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "smithi031" 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T21:25:38.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:38.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T21:25:38.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T21:25:38.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T21:25:38.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T21:25:38.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T21:25:38.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T21:25:38.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:38.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T21:25:38.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T21:25:38.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T21:25:38.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T21:25:38.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T21:25:38.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T21:25:38.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T21:25:38.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "available": false, 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "iostat", 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "nfs", 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "restful" 2023-12-25T21:25:38.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2023-12-25T21:25:38.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:25:38.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:38.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T21:25:38.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:38.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modified": "2023-12-25T21:25:33.289673+0000", 2023-12-25T21:25:38.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:25:38.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:38.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T21:25:38.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2023-12-25T21:25:39.119 INFO:teuthology.orchestra.run.smithi031.stderr:mgr not available, waiting (1/15)... 2023-12-25T21:25:39.379 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:38.787801+0000 mon.smithi031 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.31:0/3742438445' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T21:25:41.662 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:41.662 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2023-12-25T21:25:41.662 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsid": "11103ba8-a36c-11ee-95a5-87774f69a715", 2023-12-25T21:25:41.663 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "health": { 2023-12-25T21:25:41.663 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T21:25:41.663 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T21:25:41.663 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T21:25:41.663 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:41.663 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T21:25:41.663 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T21:25:41.663 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 0 2023-12-25T21:25:41.663 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2023-12-25T21:25:41.663 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T21:25:41.663 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "smithi031" 2023-12-25T21:25:41.663 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:41.665 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "available": false, 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "iostat", 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "nfs", 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "restful" 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modified": "2023-12-25T21:25:33.289673+0000", 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T21:25:41.666 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2023-12-25T21:25:41.964 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:41.648253+0000 mon.smithi031 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.31:0/3850540373' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T21:25:42.034 INFO:teuthology.orchestra.run.smithi031.stderr:mgr not available, waiting (2/15)... 2023-12-25T21:25:44.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:43.785027+0000 mon.smithi031 (mon.0) 9 : cluster [INF] Activating manager daemon smithi031.sxuhmh 2023-12-25T21:25:44.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:43.787661+0000 mon.smithi031 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi031.sxuhmh(active, starting, since 0.00275675s) 2023-12-25T21:25:44.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:43.788534+0000 mon.smithi031 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.31:0/2452829278' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T21:25:44.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:43.788660+0000 mon.smithi031 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.31:0/2452829278' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T21:25:44.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:43.788846+0000 mon.smithi031 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.31:0/2452829278' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T21:25:44.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:43.789055+0000 mon.smithi031 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.31:0/2452829278' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-25T21:25:44.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:43.789388+0000 mon.smithi031 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.31:0/2452829278' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr metadata", "who": "smithi031.sxuhmh", "id": "smithi031.sxuhmh"}]: dispatch 2023-12-25T21:25:44.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:43.791370+0000 mon.smithi031 (mon.0) 16 : cluster [INF] Manager daemon smithi031.sxuhmh is now available 2023-12-25T21:25:44.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:43.800194+0000 mon.smithi031 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.31:0/2452829278' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:25:44.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:43.805809+0000 mon.smithi031 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.31:0/2452829278' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.sxuhmh/mirror_snapshot_schedule"}]: dispatch 2023-12-25T21:25:44.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:43.808603+0000 mon.smithi031 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.31:0/2452829278' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.sxuhmh/trash_purge_schedule"}]: dispatch 2023-12-25T21:25:44.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:43.814637+0000 mon.smithi031 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.31:0/2452829278' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:25:44.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:43.816927+0000 mon.smithi031 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.31:0/2452829278' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:25:44.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:44.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2023-12-25T21:25:44.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsid": "11103ba8-a36c-11ee-95a5-87774f69a715", 2023-12-25T21:25:44.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "health": { 2023-12-25T21:25:44.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T21:25:44.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T21:25:44.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T21:25:44.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:44.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T21:25:44.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T21:25:44.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 0 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "smithi031" 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T21:25:44.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:44.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "available": false, 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "iostat", 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "nfs", 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "restful" 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:44.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T21:25:44.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:44.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modified": "2023-12-25T21:25:33.289673+0000", 2023-12-25T21:25:44.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:25:44.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:44.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T21:25:44.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2023-12-25T21:25:44.801 INFO:teuthology.orchestra.run.smithi031.stderr:mgr not available, waiting (3/15)... 2023-12-25T21:25:45.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:44.444156+0000 mon.smithi031 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.31:0/2079701326' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T21:25:45.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:44.789833+0000 mon.smithi031 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi031.sxuhmh(active, since 1.00493s) 2023-12-25T21:25:47.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:45.842081+0000 mon.smithi031 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi031.sxuhmh(active, since 2s) 2023-12-25T21:25:47.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:47.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsid": "11103ba8-a36c-11ee-95a5-87774f69a715", 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "health": { 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 0 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "smithi031" 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-25T21:25:47.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T21:25:47.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "available": true, 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T21:25:47.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "iostat", 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "nfs", 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "restful" 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modified": "2023-12-25T21:25:33.289673+0000", 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T21:25:47.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2023-12-25T21:25:47.767 INFO:teuthology.orchestra.run.smithi031.stderr:mgr is available 2023-12-25T21:25:48.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:47.411752+0000 mon.smithi031 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.31:0/290300445' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: [global] 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: fsid = 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: [mgr] 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: [osd] 2023-12-25T21:25:48.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T21:25:48.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T21:25:48.659 INFO:teuthology.orchestra.run.smithi031.stderr:Enabling cephadm module... 2023-12-25T21:25:49.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:48.324224+0000 mon.smithi031 (mon.0) 26 : audit [INF] from='client.? 172.21.15.31:0/721866224' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T21:25:50.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:49.238087+0000 mon.smithi031 (mon.0) 27 : audit [INF] from='client.? 172.21.15.31:0/3731590191' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-25T21:25:50.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2023-12-25T21:25:50.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-25T21:25:50.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "available": true, 2023-12-25T21:25:50.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "active_name": "smithi031.sxuhmh", 2023-12-25T21:25:50.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T21:25:50.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2023-12-25T21:25:51.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:49.847680+0000 mon.smithi031 (mon.0) 28 : audit [INF] from='client.? 172.21.15.31:0/3731590191' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-25T21:25:51.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:49.847734+0000 mon.smithi031 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi031.sxuhmh(active, since 6s) 2023-12-25T21:25:51.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:50.818070+0000 mon.smithi031 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.31:0/436784298' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T21:25:51.166 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for the mgr to restart... 2023-12-25T21:25:51.167 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mgr epoch 5... 2023-12-25T21:25:55.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:55.450741+0000 mon.smithi031 (mon.0) 31 : cluster [INF] Active manager daemon smithi031.sxuhmh restarted 2023-12-25T21:25:55.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:55.450981+0000 mon.smithi031 (mon.0) 32 : cluster [INF] Activating manager daemon smithi031.sxuhmh 2023-12-25T21:25:55.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:55.453807+0000 mon.smithi031 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-25T21:25:55.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:55.453911+0000 mon.smithi031 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi031.sxuhmh(active, starting, since 0.00301874s) 2023-12-25T21:25:55.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:55.454859+0000 mon.smithi031 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-25T21:25:55.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:55.455471+0000 mon.smithi031 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr metadata", "who": "smithi031.sxuhmh", "id": "smithi031.sxuhmh"}]: dispatch 2023-12-25T21:25:55.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:55.456078+0000 mon.smithi031 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T21:25:55.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:55.456238+0000 mon.smithi031 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T21:25:55.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:55.456398+0000 mon.smithi031 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T21:25:55.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:55.470434+0000 mon.smithi031 (mon.0) 40 : cluster [INF] Manager daemon smithi031.sxuhmh is now available 2023-12-25T21:25:55.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:55.482735+0000 mon.smithi031 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:25:56.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2023-12-25T21:25:56.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-25T21:25:56.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T21:25:56.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2023-12-25T21:25:56.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:25:55.480173+0000 mgr.smithi031.sxuhmh (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-25T21:25:56.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:55.573138+0000 mon.smithi031 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:25:56.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:55.574001+0000 mon.smithi031 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:25:56.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:55.575050+0000 mon.smithi031 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:25:56.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:55.576460+0000 mon.smithi031 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:25:56.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:55.591674+0000 mon.smithi031 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.sxuhmh/mirror_snapshot_schedule"}]: dispatch 2023-12-25T21:25:56.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:55.594529+0000 mon.smithi031 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.sxuhmh/trash_purge_schedule"}]: dispatch 2023-12-25T21:25:56.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:56.456857+0000 mon.smithi031 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi031.sxuhmh(active, since 1.00596s) 2023-12-25T21:25:58.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:56.456212+0000 mgr.smithi031.sxuhmh (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T21:25:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:25:56.463164+0000 mgr.smithi031.sxuhmh (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T21:25:58.783 INFO:teuthology.orchestra.run.smithi031.stderr:mgr epoch 5 is available 2023-12-25T21:25:58.783 INFO:teuthology.orchestra.run.smithi031.stderr:Setting orchestrator backend to cephadm... 2023-12-25T21:25:59.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:25:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:25:57.840526+0000 mon.smithi031 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi031.sxuhmh(active, since 2s) 2023-12-25T21:26:01.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:00.077472+0000 mgr.smithi031.sxuhmh (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-25T21:26:01.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:00.081286+0000 mon.smithi031 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:01.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:00.107073+0000 mon.smithi031 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:26:03.218 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: value unchanged 2023-12-25T21:26:03.581 INFO:teuthology.orchestra.run.smithi031.stderr:Generating ssh key... 2023-12-25T21:26:04.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:03.218327+0000 mgr.smithi031.sxuhmh (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:26:05.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSCMhgxFxOq9sR9jfkNC9vBtaYnso1B88kk6RIXBCXaCaT54zNwLDpP4N2h8pcc/WD+ujqRzowyxwyzrNMbF0+TJnWPnbxoUAxKePnwfCHAOHNWN956G5dw5OiFZKjThaRvUBRJ0jGVZvvzYOY72bBgeDDuK5CCdRR3h9iA8ZuqX3MqB3ku9uR/u8hITVs+bgA+0L131gIT9dFxt3vvkeyrTyiFYpGLibNdHJfszD9qULGd7clxJePQyT5oQhDAw2F2n9ZcNA34ujC1w8DtMm5Q9kvB7vaBkeS8p6I8ADgjxJyD775TBeqZqtUHhBOVNBmKGg0QLMqMHLdHrK5DZIJFOG6Ckrw9JZUBmKi4ii6aTupFYzjFtKqNy3BydhhlR8rjGWazcdpouL4bVKnUlAUFYAD06IZ/iQ2D7pKteiw/KaUmexlFBDuzEe40rD3eDluIG/qy6S5DBxrpsa4omqBzy23jcI39oJwXAjuf65M+Gx2fatrmd95lO+60GQeemk= ceph-11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:26:05.641 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:04.109640+0000 mgr.smithi031.sxuhmh (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:26:05.641 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:04.109873+0000 mgr.smithi031.sxuhmh (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2023-12-25T21:26:05.642 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:04.474190+0000 mon.smithi031 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:05.642 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:04.475932+0000 mon.smithi031 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:05.723 INFO:teuthology.orchestra.run.smithi031.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-25T21:26:05.723 INFO:teuthology.orchestra.run.smithi031.stderr:Adding key to root@localhost authorized_keys... 2023-12-25T21:26:05.724 INFO:teuthology.orchestra.run.smithi031.stderr:Adding host smithi031... 2023-12-25T21:26:06.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:05.358609+0000 mgr.smithi031.sxuhmh (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:26:06.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Added host 'smithi031' with addr '172.21.15.31' 2023-12-25T21:26:07.204 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying mon service with default placement... 2023-12-25T21:26:07.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-25T21:26:07.985 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:06.290577+0000 mgr.smithi031.sxuhmh (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi031", "addr": "172.21.15.31", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:26:07.985 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:06.907620+0000 mon.smithi031 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:07.985 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:06.935812+0000 mon.smithi031 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:26:07.985 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:07.816502+0000 mon.smithi031 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:08.238 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying mgr service with default placement... 2023-12-25T21:26:08.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-25T21:26:09.174 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:06.907905+0000 mgr.smithi031.sxuhmh (mgr.14118) 10 : cephadm [INF] Added host smithi031 2023-12-25T21:26:09.174 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:07.813006+0000 mgr.smithi031.sxuhmh (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:26:09.174 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:07.814208+0000 mgr.smithi031.sxuhmh (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-25T21:26:09.174 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:08.536416+0000 mon.smithi031 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:09.174 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:08.778665+0000 mon.smithi031 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:09.239 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying crash service with default placement... 2023-12-25T21:26:09.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-25T21:26:10.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:08.864409+0000 mgr.smithi031.sxuhmh (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:26:10.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:08.865232+0000 mgr.smithi031.sxuhmh (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-25T21:26:10.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:08.867529+0000 mon.smithi031 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:10.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:09.789064+0000 mon.smithi031 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:10.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:09.840169+0000 mon.smithi031 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:10.130 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying prometheus service with default placement... 2023-12-25T21:26:10.697 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-25T21:26:11.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:09.785835+0000 mgr.smithi031.sxuhmh (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:26:11.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:09.786810+0000 mgr.smithi031.sxuhmh (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-25T21:26:11.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:10.697232+0000 mon.smithi031 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:11.122 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying grafana service with default placement... 2023-12-25T21:26:11.652 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-25T21:26:12.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:10.694254+0000 mgr.smithi031.sxuhmh (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:26:12.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:10.695140+0000 mgr.smithi031.sxuhmh (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-25T21:26:12.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:11.652534+0000 mon.smithi031 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:12.013 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying node-exporter service with default placement... 2023-12-25T21:26:12.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-25T21:26:12.938 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying alertmanager service with default placement... 2023-12-25T21:26:13.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:11.649459+0000 mgr.smithi031.sxuhmh (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:26:13.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:11.650294+0000 mgr.smithi031.sxuhmh (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-25T21:26:13.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:12.585727+0000 mon.smithi031 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:13.496 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-25T21:26:14.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:12.582708+0000 mgr.smithi031.sxuhmh (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-25T21:26:14.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:12.583568+0000 mgr.smithi031.sxuhmh (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-25T21:26:14.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:13.496005+0000 mon.smithi031 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.31:0/3167389303' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:15.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:13.493060+0000 mgr.smithi031.sxuhmh (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:26:15.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:13.493888+0000 mgr.smithi031.sxuhmh (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-25T21:26:15.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:14.404538+0000 mon.smithi031 (mon.0) 66 : audit [INF] from='client.? 172.21.15.31:0/3996109682' entity='client.admin' 2023-12-25T21:26:15.663 INFO:teuthology.orchestra.run.smithi031.stderr:Enabling the dashboard module... 2023-12-25T21:26:16.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:15.285031+0000 mon.smithi031 (mon.0) 67 : audit [INF] from='client.? 172.21.15.31:0/2474548827' entity='client.admin' 2023-12-25T21:26:16.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:15.457617+0000 mgr.smithi031.sxuhmh (mgr.14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:26:16.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:16.246385+0000 mon.smithi031 (mon.0) 68 : audit [INF] from='client.? 172.21.15.31:0/3703271132' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-25T21:26:17.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2023-12-25T21:26:17.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-25T21:26:17.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "available": true, 2023-12-25T21:26:17.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "active_name": "smithi031.sxuhmh", 2023-12-25T21:26:17.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T21:26:17.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2023-12-25T21:26:17.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:16.461163+0000 mon.smithi031 (mon.0) 69 : audit [INF] from='client.? 172.21.15.31:0/3703271132' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-25T21:26:17.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:16.461240+0000 mon.smithi031 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi031.sxuhmh(active, since 21s) 2023-12-25T21:26:17.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:17.400724+0000 mon.smithi031 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.31:0/1848446424' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T21:26:17.754 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for the mgr to restart... 2023-12-25T21:26:17.754 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mgr epoch 9... 2023-12-25T21:26:23.098 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2023-12-25T21:26:23.098 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-25T21:26:23.098 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T21:26:23.098 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2023-12-25T21:26:23.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:22.081732+0000 mon.smithi031 (mon.0) 72 : cluster [INF] Active manager daemon smithi031.sxuhmh restarted 2023-12-25T21:26:23.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:22.082019+0000 mon.smithi031 (mon.0) 73 : cluster [INF] Activating manager daemon smithi031.sxuhmh 2023-12-25T21:26:23.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:22.089799+0000 mon.smithi031 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-25T21:26:23.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:22.089904+0000 mon.smithi031 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi031.sxuhmh(active, starting, since 0.00798626s) 2023-12-25T21:26:23.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:22.090946+0000 mon.smithi031 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-25T21:26:23.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:22.091593+0000 mon.smithi031 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr metadata", "who": "smithi031.sxuhmh", "id": "smithi031.sxuhmh"}]: dispatch 2023-12-25T21:26:23.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:22.092265+0000 mon.smithi031 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T21:26:23.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:22.092490+0000 mon.smithi031 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T21:26:23.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:22.092700+0000 mon.smithi031 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T21:26:23.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:22.106460+0000 mon.smithi031 (mon.0) 81 : cluster [INF] Manager daemon smithi031.sxuhmh is now available 2023-12-25T21:26:23.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:22.205655+0000 mon.smithi031 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:26:23.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:22.207330+0000 mon.smithi031 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:26:23.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:22.233479+0000 mon.smithi031 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.sxuhmh/mirror_snapshot_schedule"}]: dispatch 2023-12-25T21:26:23.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:22.236832+0000 mon.smithi031 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.sxuhmh/trash_purge_schedule"}]: dispatch 2023-12-25T21:26:23.454 INFO:teuthology.orchestra.run.smithi031.stderr:mgr epoch 9 is available 2023-12-25T21:26:23.454 INFO:teuthology.orchestra.run.smithi031.stderr:Generating a dashboard self-signed certificate... 2023-12-25T21:26:24.168 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-25T21:26:24.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:23.090898+0000 mgr.smithi031.sxuhmh (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T21:26:24.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:23.091490+0000 mon.smithi031 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi031.sxuhmh(active, since 1.00957s) 2023-12-25T21:26:24.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:23.097531+0000 mgr.smithi031.sxuhmh (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T21:26:24.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:23.266137+0000 mon.smithi031 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:24.686 INFO:teuthology.orchestra.run.smithi031.stderr:Creating initial admin user... 2023-12-25T21:26:25.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$llXRzwSXOD/YOEt.erZAZO9y6VhG4qOAZsxXEqzL03N20PlQFaIou", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703539585, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-25T21:26:25.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:24.017626+0000 mgr.smithi031.sxuhmh (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:26:25.494 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:24.165941+0000 mon.smithi031 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:25.494 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:24.167766+0000 mon.smithi031 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:25.494 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:24.267723+0000 mon.smithi031 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi031.sxuhmh(active, since 2s) 2023-12-25T21:26:25.811 INFO:teuthology.orchestra.run.smithi031.stderr:Fetching dashboard port number... 2023-12-25T21:26:26.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 8443 2023-12-25T21:26:26.613 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:25.218221+0000 mgr.smithi031.sxuhmh (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-25T21:26:26.613 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:25.465718+0000 mon.smithi031 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:26.613 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:26.340155+0000 mon.smithi031 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.31:0/1755297905' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-25T21:26:26.696 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: disabled 2023-12-25T21:26:26.703 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: inactive 2023-12-25T21:26:26.704 INFO:teuthology.orchestra.run.smithi031.stderr:firewalld.service is not enabled 2023-12-25T21:26:26.704 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-25T21:26:26.708 INFO:teuthology.orchestra.run.smithi031.stderr:Ceph Dashboard is now available at: 2023-12-25T21:26:26.709 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-25T21:26:26.709 INFO:teuthology.orchestra.run.smithi031.stderr: URL: https://smithi031.front.sepia.ceph.com:8443/ 2023-12-25T21:26:26.709 INFO:teuthology.orchestra.run.smithi031.stderr: User: admin 2023-12-25T21:26:26.709 INFO:teuthology.orchestra.run.smithi031.stderr: Password: cvw1pr32ip 2023-12-25T21:26:26.709 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-25T21:26:26.709 INFO:teuthology.orchestra.run.smithi031.stderr:Enabling autotune for osd_memory_target 2023-12-25T21:26:28.215 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-25T21:26:28.561 INFO:teuthology.orchestra.run.smithi031.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-25T21:26:28.561 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-25T21:26:28.561 INFO:teuthology.orchestra.run.smithi031.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:26:28.561 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-25T21:26:28.561 INFO:teuthology.orchestra.run.smithi031.stderr:Or, if you are only running a single cluster on this host: 2023-12-25T21:26:28.561 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-25T21:26:28.561 INFO:teuthology.orchestra.run.smithi031.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-25T21:26:28.562 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-25T21:26:28.562 INFO:teuthology.orchestra.run.smithi031.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-25T21:26:28.562 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-25T21:26:28.562 INFO:teuthology.orchestra.run.smithi031.stderr: ceph telemetry on 2023-12-25T21:26:28.562 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-25T21:26:28.562 INFO:teuthology.orchestra.run.smithi031.stderr:For more information see: 2023-12-25T21:26:28.562 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-25T21:26:28.562 INFO:teuthology.orchestra.run.smithi031.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-25T21:26:28.562 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-25T21:26:28.562 INFO:teuthology.orchestra.run.smithi031.stderr:Bootstrap complete. 2023-12-25T21:26:28.596 INFO:tasks.cephadm:Fetching config... 2023-12-25T21:26:28.596 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:26:28.597 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-25T21:26:28.616 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-25T21:26:28.616 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:26:28.616 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-25T21:26:28.674 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-25T21:26:28.674 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:26:28.674 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/keyring of=/dev/stdout 2023-12-25T21:26:28.745 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-25T21:26:28.745 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:26:28.745 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-25T21:26:28.803 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-25T21:26:28.803 DEBUG:teuthology.orchestra.run.smithi031:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSCMhgxFxOq9sR9jfkNC9vBtaYnso1B88kk6RIXBCXaCaT54zNwLDpP4N2h8pcc/WD+ujqRzowyxwyzrNMbF0+TJnWPnbxoUAxKePnwfCHAOHNWN956G5dw5OiFZKjThaRvUBRJ0jGVZvvzYOY72bBgeDDuK5CCdRR3h9iA8ZuqX3MqB3ku9uR/u8hITVs+bgA+0L131gIT9dFxt3vvkeyrTyiFYpGLibNdHJfszD9qULGd7clxJePQyT5oQhDAw2F2n9ZcNA34ujC1w8DtMm5Q9kvB7vaBkeS8p6I8ADgjxJyD775TBeqZqtUHhBOVNBmKGg0QLMqMHLdHrK5DZIJFOG6Ckrw9JZUBmKi4ii6aTupFYzjFtKqNy3BydhhlR8rjGWazcdpouL4bVKnUlAUFYAD06IZ/iQ2D7pKteiw/KaUmexlFBDuzEe40rD3eDluIG/qy6S5DBxrpsa4omqBzy23jcI39oJwXAjuf65M+Gx2fatrmd95lO+60GQeemk= ceph-11103ba8-a36c-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T21:26:28.881 INFO:teuthology.orchestra.run.smithi031.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSCMhgxFxOq9sR9jfkNC9vBtaYnso1B88kk6RIXBCXaCaT54zNwLDpP4N2h8pcc/WD+ujqRzowyxwyzrNMbF0+TJnWPnbxoUAxKePnwfCHAOHNWN956G5dw5OiFZKjThaRvUBRJ0jGVZvvzYOY72bBgeDDuK5CCdRR3h9iA8ZuqX3MqB3ku9uR/u8hITVs+bgA+0L131gIT9dFxt3vvkeyrTyiFYpGLibNdHJfszD9qULGd7clxJePQyT5oQhDAw2F2n9ZcNA34ujC1w8DtMm5Q9kvB7vaBkeS8p6I8ADgjxJyD775TBeqZqtUHhBOVNBmKGg0QLMqMHLdHrK5DZIJFOG6Ckrw9JZUBmKi4ii6aTupFYzjFtKqNy3BydhhlR8rjGWazcdpouL4bVKnUlAUFYAD06IZ/iQ2D7pKteiw/KaUmexlFBDuzEe40rD3eDluIG/qy6S5DBxrpsa4omqBzy23jcI39oJwXAjuf65M+Gx2fatrmd95lO+60GQeemk= ceph-11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:26:28.892 DEBUG:teuthology.orchestra.run.smithi149:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSCMhgxFxOq9sR9jfkNC9vBtaYnso1B88kk6RIXBCXaCaT54zNwLDpP4N2h8pcc/WD+ujqRzowyxwyzrNMbF0+TJnWPnbxoUAxKePnwfCHAOHNWN956G5dw5OiFZKjThaRvUBRJ0jGVZvvzYOY72bBgeDDuK5CCdRR3h9iA8ZuqX3MqB3ku9uR/u8hITVs+bgA+0L131gIT9dFxt3vvkeyrTyiFYpGLibNdHJfszD9qULGd7clxJePQyT5oQhDAw2F2n9ZcNA34ujC1w8DtMm5Q9kvB7vaBkeS8p6I8ADgjxJyD775TBeqZqtUHhBOVNBmKGg0QLMqMHLdHrK5DZIJFOG6Ckrw9JZUBmKi4ii6aTupFYzjFtKqNy3BydhhlR8rjGWazcdpouL4bVKnUlAUFYAD06IZ/iQ2D7pKteiw/KaUmexlFBDuzEe40rD3eDluIG/qy6S5DBxrpsa4omqBzy23jcI39oJwXAjuf65M+Gx2fatrmd95lO+60GQeemk= ceph-11103ba8-a36c-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T21:26:28.938 INFO:teuthology.orchestra.run.smithi149.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSCMhgxFxOq9sR9jfkNC9vBtaYnso1B88kk6RIXBCXaCaT54zNwLDpP4N2h8pcc/WD+ujqRzowyxwyzrNMbF0+TJnWPnbxoUAxKePnwfCHAOHNWN956G5dw5OiFZKjThaRvUBRJ0jGVZvvzYOY72bBgeDDuK5CCdRR3h9iA8ZuqX3MqB3ku9uR/u8hITVs+bgA+0L131gIT9dFxt3vvkeyrTyiFYpGLibNdHJfszD9qULGd7clxJePQyT5oQhDAw2F2n9ZcNA34ujC1w8DtMm5Q9kvB7vaBkeS8p6I8ADgjxJyD775TBeqZqtUHhBOVNBmKGg0QLMqMHLdHrK5DZIJFOG6Ckrw9JZUBmKi4ii6aTupFYzjFtKqNy3BydhhlR8rjGWazcdpouL4bVKnUlAUFYAD06IZ/iQ2D7pKteiw/KaUmexlFBDuzEe40rD3eDluIG/qy6S5DBxrpsa4omqBzy23jcI39oJwXAjuf65M+Gx2fatrmd95lO+60GQeemk= ceph-11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:26:28.950 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-25T21:26:29.449 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:28.159708+0000 mon.smithi031 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi031.sxuhmh(active, since 6s) 2023-12-25T21:26:29.449 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:28.212094+0000 mon.smithi031 (mon.0) 94 : audit [INF] from='client.? 172.21.15.31:0/79710959' entity='client.admin' 2023-12-25T21:26:30.786 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-25T21:26:30.786 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-25T21:26:31.712 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:30.409304+0000 mon.smithi031 (mon.0) 95 : audit [INF] from='client.? 172.21.15.31:0/1436729640' entity='client.admin' 2023-12-25T21:26:32.664 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi149 2023-12-25T21:26:32.664 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-25T21:26:32.664 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.conf 2023-12-25T21:26:32.686 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-25T21:26:32.686 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:26:32.747 INFO:tasks.cephadm:Adding host smithi149 to orchestrator... 2023-12-25T21:26:32.747 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch host add smithi149 2023-12-25T21:26:33.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:31.790355+0000 mon.smithi031 (mon.0) 96 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:33.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:32.189048+0000 mon.smithi031 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:33.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:32.193803+0000 mon.smithi031 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:33.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:32.201911+0000 mgr.smithi031.sxuhmh (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi031 on smithi031 2023-12-25T21:26:33.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:32.288087+0000 mgr.smithi031.sxuhmh (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-25T21:26:33.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:32.291215+0000 mon.smithi031 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:38.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:37.459184+0000 mon.smithi031 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:38.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:37.460799+0000 mon.smithi031 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:26:38.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:37.462454+0000 mon.smithi031 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-25T21:26:38.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:37.463076+0000 mon.smithi031 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:26:38.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:37.463644+0000 mgr.smithi031.sxuhmh (mgr.14158) 7 : cephadm [INF] Deploying daemon crash.smithi031 on smithi031 2023-12-25T21:26:40.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:39.119892+0000 mon.smithi031 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:40.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:39.260334+0000 mon.smithi031 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:40.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:39.262190+0000 mon.smithi031 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:40.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:39.263812+0000 mon.smithi031 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T21:26:40.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:39.264160+0000 mgr.smithi031.sxuhmh (mgr.14158) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T21:26:40.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:39.267133+0000 mon.smithi031 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:40.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:39.274823+0000 mgr.smithi031.sxuhmh (mgr.14158) 9 : cephadm [INF] Deploying daemon grafana.smithi031 on smithi031 2023-12-25T21:26:43.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:42.093419+0000 mgr.smithi031.sxuhmh (mgr.14158) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:26:43.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:42.232502+0000 mon.smithi031 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:45.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:44.093647+0000 mgr.smithi031.sxuhmh (mgr.14158) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:26:47.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:46.093884+0000 mgr.smithi031.sxuhmh (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:26:49.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:48.094106+0000 mgr.smithi031.sxuhmh (mgr.14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:26:51.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:50.045219+0000 mon.smithi031 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:51.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:26:50.047310+0000 mgr.smithi031.sxuhmh (mgr.14158) 14 : cephadm [INF] Deploying daemon node-exporter.smithi031 on smithi031 2023-12-25T21:26:51.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:50.094358+0000 mgr.smithi031.sxuhmh (mgr.14158) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:26:53.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:52.094693+0000 mgr.smithi031.sxuhmh (mgr.14158) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:26:53.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:52.235963+0000 mon.smithi031 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:53.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:52.439814+0000 mon.smithi031 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:26:53.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:52.442064+0000 mon.smithi031 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-25T21:26:54.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:53.442289+0000 mon.smithi031 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.31:0/2260136551' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-25T21:26:54.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:53.442345+0000 mon.smithi031 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi031.sxuhmh(active, since 31s) 2023-12-25T21:26:59.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:59.018726+0000 mon.smithi031 (mon.0) 116 : cluster [INF] Active manager daemon smithi031.sxuhmh restarted 2023-12-25T21:26:59.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:59.018956+0000 mon.smithi031 (mon.0) 117 : cluster [INF] Activating manager daemon smithi031.sxuhmh 2023-12-25T21:26:59.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:59.022373+0000 mon.smithi031 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-25T21:26:59.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:59.022507+0000 mon.smithi031 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi031.sxuhmh(active, starting, since 0.00364413s) 2023-12-25T21:26:59.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:59.023354+0000 mon.smithi031 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-25T21:26:59.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:59.024029+0000 mon.smithi031 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr metadata", "who": "smithi031.sxuhmh", "id": "smithi031.sxuhmh"}]: dispatch 2023-12-25T21:26:59.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:59.024677+0000 mon.smithi031 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T21:26:59.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:59.024828+0000 mon.smithi031 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T21:26:59.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:59.024969+0000 mon.smithi031 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T21:26:59.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:26:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:26:59.038457+0000 mon.smithi031 (mon.0) 125 : cluster [INF] Manager daemon smithi031.sxuhmh is now available 2023-12-25T21:27:00.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:59.138076+0000 mon.smithi031 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:27:00.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:59.140278+0000 mon.smithi031 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:27:00.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:59.156755+0000 mon.smithi031 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:00.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:59.175777+0000 mon.smithi031 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.sxuhmh/mirror_snapshot_schedule"}]: dispatch 2023-12-25T21:27:00.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:26:59.181151+0000 mon.smithi031 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.sxuhmh/trash_purge_schedule"}]: dispatch 2023-12-25T21:27:00.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:00.023709+0000 mon.smithi031 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi031.sxuhmh(active, since 1.00485s) 2023-12-25T21:27:00.652 INFO:teuthology.orchestra.run.smithi149.stdout:Added host 'smithi149' with addr '172.21.15.149' 2023-12-25T21:27:01.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:00.023847+0000 mgr.smithi031.sxuhmh (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:27:01.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:00.650266+0000 mon.smithi031 (mon.0) 132 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:02.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:00.650596+0000 mgr.smithi031.sxuhmh (mgr.14182) 2 : cephadm [INF] Added host smithi149 2023-12-25T21:27:02.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:01.188273+0000 mon.smithi031 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:02.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:01.477939+0000 mon.smithi031 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:27:02.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:01.478791+0000 mon.smithi031 (mon.0) 135 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:02.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:01.479436+0000 mon.smithi031 (mon.0) 136 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:27:02.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:01.480589+0000 mgr.smithi031.sxuhmh (mgr.14182) 3 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2023-12-25T21:27:02.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:01.524775+0000 mon.smithi031 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:02.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:01.529834+0000 mon.smithi031 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:02.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:01.533671+0000 mon.smithi031 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-25T21:27:02.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:01.654288+0000 mon.smithi031 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-25T21:27:02.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:01.654333+0000 mon.smithi031 (mon.0) 141 : cluster [DBG] mgrmap e17: smithi031.sxuhmh(active, since 2s) 2023-12-25T21:27:03.193 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-25T21:27:03.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:01.496311+0000 mgr.smithi031.sxuhmh (mgr.14182) 4 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:27:03.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:01.663370+0000 mgr.smithi031.sxuhmh (mgr.14182) 5 : cephadm [INF] Deploying daemon prometheus.smithi031 on smithi031 2023-12-25T21:27:08.266 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:27:08.267 INFO:teuthology.orchestra.run.smithi149.stdout:[{"addr": "172.21.15.31", "hostname": "smithi031", "labels": [], "status": ""}, {"addr": "172.21.15.149", "hostname": "smithi149", "labels": [], "status": ""}] 2023-12-25T21:27:08.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:08.265865+0000 mgr.smithi031.sxuhmh (mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:09.233 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-25T21:27:09.233 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-25T21:27:10.222 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:09.072735+0000 mon.smithi031 (mon.0) 142 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:10.223 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:09.073740+0000 mon.smithi031 (mon.0) 143 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:27:10.223 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:09.160302+0000 mon.smithi031 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:10.223 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:09.518912+0000 mon.smithi031 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:10.223 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:09.783238+0000 mon.smithi031 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:11.084 INFO:teuthology.orchestra.run.smithi031.stderr:adjusted tunables profile to default 2023-12-25T21:27:11.431 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:10.928599+0000 mon.smithi031 (mon.0) 147 : audit [INF] from='client.? 172.21.15.31:0/2766981590' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-25T21:27:11.482 INFO:tasks.cephadm:Adding mon.smithi031 on smithi031 2023-12-25T21:27:11.482 INFO:tasks.cephadm:Adding mon.smithi149 on smithi149 2023-12-25T21:27:11.482 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi031:172.21.15.31=smithi031;smithi149:172.21.15.149=smithi149' 2023-12-25T21:27:12.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:11.081516+0000 mon.smithi031 (mon.0) 148 : audit [INF] from='client.? 172.21.15.31:0/2766981590' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-25T21:27:12.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:11.081563+0000 mon.smithi031 (mon.0) 149 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T21:27:12.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.073618+0000 mon.smithi031 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:12.926 INFO:teuthology.orchestra.run.smithi149.stdout:Scheduled mon update... 2023-12-25T21:27:13.314 DEBUG:teuthology.orchestra.run.smithi149:mon.smithi149> sudo journalctl -f -n 0 -u ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mon.smithi149.service 2023-12-25T21:27:13.316 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T21:27:13.316 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T21:27:13.346 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:-- Logs begin at Mon 2023-12-25 21:16:53 UTC. -- 2023-12-25T21:27:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.299434+0000 mon.smithi031 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.506679+0000 mon.smithi031 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.507377+0000 mon.smithi031 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:27:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.508196+0000 mon.smithi031 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.508871+0000 mon.smithi031 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:27:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.590353+0000 mon.smithi031 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.592689+0000 mon.smithi031 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.594376+0000 mon.smithi031 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:27:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.596036+0000 mon.smithi031 (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-25T21:27:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.596652+0000 mon.smithi031 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:13.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.925707+0000 mon.smithi031 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:14.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:12.509990+0000 mgr.smithi031.sxuhmh (mgr.14182) 7 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2023-12-25T21:27:14.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:12.537753+0000 mgr.smithi031.sxuhmh (mgr.14182) 8 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:27:14.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:12.597228+0000 mgr.smithi031.sxuhmh (mgr.14182) 9 : cephadm [INF] Deploying daemon crash.smithi149 on smithi149 2023-12-25T21:27:14.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:12.920855+0000 mgr.smithi031.sxuhmh (mgr.14182) 10 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi031:172.21.15.31=smithi031;smithi149:172.21.15.149=smithi149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:27:14.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:12.923059+0000 mgr.smithi031.sxuhmh (mgr.14182) 11 : cephadm [INF] Saving service mon spec with placement smithi031:172.21.15.31=smithi031;smithi149:172.21.15.149=smithi149;count:2 2023-12-25T21:27:14.785 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:27:14.785 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"11103ba8-a36c-11ee-95a5-87774f69a715","modified":"2023-12-25T21:25:31.394466Z","created":"2023-12-25T21:25:31.394466Z","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":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T21:27:14.787 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2023-12-25T21:27:16.184 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T21:27:16.185 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T21:27:16.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:14.785045+0000 mon.smithi031 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.149:0/665051028' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:27:16.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:14.787082+0000 mon.smithi031 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:16.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:14.789864+0000 mon.smithi031 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.zjrqlf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:27:16.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:14.792647+0000 mon.smithi031 (mon.0) 165 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.zjrqlf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-25T21:27:16.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:14.793477+0000 mon.smithi031 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:27:16.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:14.794489+0000 mon.smithi031 (mon.0) 167 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:16.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:14.795243+0000 mgr.smithi031.sxuhmh (mgr.14182) 12 : cephadm [INF] Deploying daemon mgr.smithi149.zjrqlf on smithi149 2023-12-25T21:27:17.904 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:27:17.904 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"11103ba8-a36c-11ee-95a5-87774f69a715","modified":"2023-12-25T21:25:31.394466Z","created":"2023-12-25T21:25:31.394466Z","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":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T21:27:17.906 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2023-12-25T21:27:18.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:16.505302+0000 mon.smithi031 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:18.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:16.507454+0000 mon.smithi031 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:27:18.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:16.508269+0000 mon.smithi031 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:27:18.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:16.509020+0000 mon.smithi031 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:18.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:16.509706+0000 mgr.smithi031.sxuhmh (mgr.14182) 13 : cephadm [INF] Deploying daemon mon.smithi149 on smithi149 2023-12-25T21:27:18.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:18 smithi149 systemd[1]: Starting Ceph mon.smithi149 for 11103ba8-a36c-11ee-95a5-87774f69a715... 2023-12-25T21:27:19.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:17.904412+0000 mon.smithi031 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.149:0/4064939005' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:27:19.296 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.023+0000 7fba046be880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T21:27:19.296 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.023+0000 7fba046be880 0 ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable), process ceph-mon, pid 7 2023-12-25T21:27:19.296 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.023+0000 7fba046be880 0 pidfile_write: ignore empty --pid-file 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.028+0000 7fba046be880 0 load: jerasure load: lrc load: isa 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: DB SUMMARY 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: CURRENT file: CURRENT 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi149/store.db dir, Total Num: 0, files: 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi149/store.db: 000003.log size: 511 ; 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.create_if_missing: 0 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.env: 0x55953b262080 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.fs: Posix File System 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.info_log: 0x55953d4edd20 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.statistics: (nil) 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.use_fsync: 0 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T21:27:19.298 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.db_log_dir: 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi149/store.db 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T21:27:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.write_buffer_manager: 0x55953e144480 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.unordered_write: 0 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T21:27:19.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.row_cache: None 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.wal_filter: None 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 bash[111337]: 6c02027952bfc35d6c85e421a576042ee0d4146d6bda6bbaae039b6408cd250b 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T21:27:19.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_open_files: -1 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Compression algorithms supported: 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: kZSTD supported: 0 2023-12-25T21:27:19.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi149/store.db/MANIFEST-000001 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.merge_operator: 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_filter: None 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T21:27:19.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55953d49dd28) 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cache_index_and_filter_blocks: 1 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: pin_top_level_index_and_filter: 1 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: index_type: 0 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: data_block_index_type: 0 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: index_shortening: 1 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: data_block_hash_table_util_ratio: 0.750000 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: hash_index_allow_collision: 1 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: checksum: 1 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: no_block_cache: 0 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: block_cache: 0x55953d4d2f10 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: block_cache_name: BinnedLRUCache 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: block_cache_options: 2023-12-25T21:27:19.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: capacity : 536870912 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: num_shard_bits : 4 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: strict_capacity_limit : 0 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: high_pri_pool_ratio: 0.000 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: block_cache_compressed: (nil) 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: persistent_cache: (nil) 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: block_size: 4096 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: block_size_deviation: 10 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: block_restart_interval: 16 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: index_block_restart_interval: 1 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: metadata_block_size: 4096 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: partition_filters: 0 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: use_delta_encoding: 1 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T21:27:19.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: whole_key_filtering: 1 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: verify_compression: 0 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: read_amp_bytes_per_bit: 0 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: format_version: 2 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: enable_index_compression: 1 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: block_align: 0 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compression: NoCompression 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.num_levels: 7 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T21:27:19.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T21:27:19.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T21:27:19.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T21:27:19.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.ttl: 2592000 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.029+0000 7fba046be880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.030+0000 7fba046be880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi149/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-25T21:27:19.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.030+0000 7fba046be880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.030+0000 7fba046be880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703539639031137, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.030+0000 7fba046be880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.030+0000 7fba046be880 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-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.030+0000 7fba046be880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703539639031631, "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": 1703539639, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.030+0000 7fba046be880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.031+0000 7fba046be880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703539639032088, "job": 1, "event": "recovery_finished"} 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.032+0000 7fba046be880 4 rocksdb: DB pointer 0x55953d59b800 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.032+0000 7fb9eb4c4700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.032+0000 7fb9eb4c4700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: ** DB Stats ** 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:27:19.311 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: ** Compaction Stats [default] ** 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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.0 0.00 0.00 1 0.000 0 0 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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.0 0.00 0.00 1 0.000 0 0 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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.0 0.00 0.00 1 0.000 0 0 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: ** Compaction Stats [default] ** 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:27:19.312 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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.0 0.00 0.00 1 0.000 0 0 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: ** Compaction Stats [default] ** 2023-12-25T21:27:19.313 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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.0 0.00 0.00 1 0.000 0 0 2023-12-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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.0 0.00 0.00 1 0.000 0 0 2023-12-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: ** Compaction Stats [default] ** 2023-12-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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.0 0.00 0.00 1 0.000 0 0 2023-12-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:27:19.314 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.032+0000 7fba046be880 0 mon.smithi149 does not exist in monmap, will attempt to join an existing cluster 2023-12-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.032+0000 7fba046be880 0 using public_addr v2:172.21.15.149:0/0 -> [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] 2023-12-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.033+0000 7fba046be880 0 starting mon.smithi149 rank -1 at public addrs [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] at bind addrs [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi149 fsid 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 systemd[1]: Started Ceph mon.smithi149 for 11103ba8-a36c-11ee-95a5-87774f69a715. 2023-12-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.034+0000 7fba046be880 1 mon.smithi149@-1(???) e0 preinit fsid 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.062+0000 7fb9edcc9700 0 mon.smithi149@-1(synchronizing).mds e1 new map 2023-12-25T21:27:19.315 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.062+0000 7fb9edcc9700 0 mon.smithi149@-1(synchronizing).mds e1 print_map 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: e1 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: legacy client fscid: -1 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: No filesystems configured 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.062+0000 7fb9edcc9700 1 mon.smithi149@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.062+0000 7fb9edcc9700 1 mon.smithi149@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.062+0000 7fb9edcc9700 1 mon.smithi149@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.062+0000 7fb9edcc9700 1 mon.smithi149@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.062+0000 7fb9edcc9700 1 mon.smithi149@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.062+0000 7fb9edcc9700 1 mon.smithi149@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.062+0000 7fb9edcc9700 1 mon.smithi149@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.064+0000 7fb9edcc9700 0 mon.smithi149@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.064+0000 7fb9edcc9700 0 mon.smithi149@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:27:19.316 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.064+0000 7fb9edcc9700 0 mon.smithi149@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:27:19.317 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.064+0000 7fb9edcc9700 0 mon.smithi149@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:27:19.317 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:17.904412+0000 mon.smithi031 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.149:0/4064939005' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:27:19.317 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:27:19.065+0000 7fb9edcc9700 1 mon.smithi149@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-25T21:27:19.334 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T21:27:19.334 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T21:27:24.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:19.026094+0000 mgr.smithi031.sxuhmh (mgr.14182) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:24.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:19.072545+0000 mon.smithi031 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-25T21:27:24.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:19.072779+0000 mon.smithi031 (mon.0) 175 : cluster [INF] mon.smithi031 calling monitor election 2023-12-25T21:27:24.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:19.086211+0000 mon.smithi031 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:24.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:20.069767+0000 mon.smithi031 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:21.026590+0000 mgr.smithi031.sxuhmh (mgr.14182) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:21.069744+0000 mon.smithi031 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:21.071047+0000 mon.smithi149 (mon.1) 1 : cluster [INF] mon.smithi149 calling monitor election 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:22.008313+0000 mon.smithi031 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.149:0/1042417866' entity='mgr.smithi149.zjrqlf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi149.zjrqlf/crt"}]: dispatch 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:22.069578+0000 mon.smithi031 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:23.027037+0000 mgr.smithi031.sxuhmh (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:23.069864+0000 mon.smithi031 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:24.070055+0000 mon.smithi031 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:24.100050+0000 mon.smithi031 (mon.0) 183 : cluster [INF] mon.smithi031 is new leader, mons smithi031,smithi149 in quorum (ranks 0,1) 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:24.108890+0000 mon.smithi031 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi031=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],smithi149=[v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0]} removed_ranks: {} 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:24.121406+0000 mon.smithi031 (mon.0) 185 : cluster [DBG] fsmap 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:24.121456+0000 mon.smithi031 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T21:27:24.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:24.121729+0000 mon.smithi031 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi031.sxuhmh(active, since 25s) 2023-12-25T21:27:24.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:24.123354+0000 mon.smithi031 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi149.zjrqlf started 2023-12-25T21:27:24.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:24.124849+0000 mon.smithi031 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.149:0/1042417866' entity='mgr.smithi149.zjrqlf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-25T21:27:24.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:24.126561+0000 mon.smithi031 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2023-12-25T21:27:24.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:24.127100+0000 mon.smithi031 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.149:0/1042417866' entity='mgr.smithi149.zjrqlf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi149.zjrqlf/key"}]: dispatch 2023-12-25T21:27:24.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:24.128799+0000 mon.smithi031 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:24.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:24.129343+0000 mon.smithi031 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.149:0/1042417866' entity='mgr.smithi149.zjrqlf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-25T21:27:24.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:24.131010+0000 mon.smithi031 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:24.522 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:19.026094+0000 mgr.smithi031.sxuhmh (mgr.14182) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:24.522 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:19.072545+0000 mon.smithi031 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-25T21:27:24.522 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:19.072779+0000 mon.smithi031 (mon.0) 175 : cluster [INF] mon.smithi031 calling monitor election 2023-12-25T21:27:24.522 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:19.086211+0000 mon.smithi031 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:24.523 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:20.069767+0000 mon.smithi031 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:24.523 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:21.026590+0000 mgr.smithi031.sxuhmh (mgr.14182) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:24.523 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:21.069744+0000 mon.smithi031 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:24.523 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:21.071047+0000 mon.smithi149 (mon.1) 1 : cluster [INF] mon.smithi149 calling monitor election 2023-12-25T21:27:24.523 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:22.008313+0000 mon.smithi031 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.149:0/1042417866' entity='mgr.smithi149.zjrqlf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi149.zjrqlf/crt"}]: dispatch 2023-12-25T21:27:24.523 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:22.069578+0000 mon.smithi031 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:24.524 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:23.027037+0000 mgr.smithi031.sxuhmh (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:24.524 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:23.069864+0000 mon.smithi031 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:24.524 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:24.070055+0000 mon.smithi031 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:24.524 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:24.100050+0000 mon.smithi031 (mon.0) 183 : cluster [INF] mon.smithi031 is new leader, mons smithi031,smithi149 in quorum (ranks 0,1) 2023-12-25T21:27:24.524 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:24.108890+0000 mon.smithi031 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi031=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],smithi149=[v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0]} removed_ranks: {} 2023-12-25T21:27:24.524 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:24.121406+0000 mon.smithi031 (mon.0) 185 : cluster [DBG] fsmap 2023-12-25T21:27:24.524 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:24.121456+0000 mon.smithi031 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T21:27:24.524 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:24.121729+0000 mon.smithi031 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi031.sxuhmh(active, since 25s) 2023-12-25T21:27:24.525 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:24.123354+0000 mon.smithi031 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi149.zjrqlf started 2023-12-25T21:27:24.525 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:24.124849+0000 mon.smithi031 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.149:0/1042417866' entity='mgr.smithi149.zjrqlf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-25T21:27:24.525 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:24.126561+0000 mon.smithi031 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2023-12-25T21:27:24.525 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:24.127100+0000 mon.smithi031 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.149:0/1042417866' entity='mgr.smithi149.zjrqlf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi149.zjrqlf/key"}]: dispatch 2023-12-25T21:27:24.525 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:24.128799+0000 mon.smithi031 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:24.525 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:24.129343+0000 mon.smithi031 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.149:0/1042417866' entity='mgr.smithi149.zjrqlf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-25T21:27:24.525 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:24.131010+0000 mon.smithi031 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:25.129 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-25T21:27:25.129 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":2,"fsid":"11103ba8-a36c-11ee-95a5-87774f69a715","modified":"2023-12-25T21:27:19.069904Z","created":"2023-12-25T21:25:31.394466Z","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":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi149","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:3300","nonce":0},{"type":"v1","addr":"172.21.15.149:6789","nonce":0}]},"addr":"172.21.15.149:6789/0","public_addr":"172.21.15.149:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-25T21:27:25.130 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 2 2023-12-25T21:27:25.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:24.131067+0000 mgr.smithi031.sxuhmh (mgr.14182) 17 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2023-12-25T21:27:25.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:24.183045+0000 mon.smithi031 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi031.sxuhmh(active, since 25s), standbys: smithi149.zjrqlf 2023-12-25T21:27:25.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:24.183213+0000 mon.smithi031 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr metadata", "who": "smithi149.zjrqlf", "id": "smithi149.zjrqlf"}]: dispatch 2023-12-25T21:27:25.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:25.069864+0000 mon.smithi031 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:25.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:25.127568+0000 mon.smithi031 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.149:0/3723826687' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:27:25.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:24.131067+0000 mgr.smithi031.sxuhmh (mgr.14182) 17 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2023-12-25T21:27:25.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:24.183045+0000 mon.smithi031 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi031.sxuhmh(active, since 25s), standbys: smithi149.zjrqlf 2023-12-25T21:27:25.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:24.183213+0000 mon.smithi031 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr metadata", "who": "smithi149.zjrqlf", "id": "smithi149.zjrqlf"}]: dispatch 2023-12-25T21:27:25.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:25.069864+0000 mon.smithi031 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-25T21:27:25.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:25.127568+0000 mon.smithi031 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.149:0/3723826687' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:27:26.124 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-25T21:27:26.125 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-25T21:27:26.473 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:25.027275+0000 mgr.smithi031.sxuhmh (mgr.14182) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:26.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:25.027275+0000 mgr.smithi031.sxuhmh (mgr.14182) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:27.510 INFO:teuthology.orchestra.run.smithi031.stdout:# minimal ceph.conf for 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:27:27.510 INFO:teuthology.orchestra.run.smithi031.stdout:[global] 2023-12-25T21:27:27.510 INFO:teuthology.orchestra.run.smithi031.stdout: fsid = 11103ba8-a36c-11ee-95a5-87774f69a715 2023-12-25T21:27:27.510 INFO:teuthology.orchestra.run.smithi031.stdout: mon_host = [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] 2023-12-25T21:27:27.872 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-25T21:27:27.872 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:27:27.872 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.conf 2023-12-25T21:27:27.903 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:27:27.904 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:27:27.972 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-25T21:27:27.972 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.conf 2023-12-25T21:27:28.005 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-25T21:27:28.005 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:27:28.074 INFO:tasks.cephadm:Deploying OSDs... 2023-12-25T21:27:28.074 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:27:28.074 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:27:28.092 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T21:27:28.092 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme1n1 2023-12-25T21:27:28.150 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme1n1 2023-12-25T21:27:28.150 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:27:28.150 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 433247 Links: 1 Device type: 103,1 2023-12-25T21:27:28.150 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:27:28.151 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T21:27:28.151 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-12-25 21:26:30.717939443 +0000 2023-12-25T21:27:28.151 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-12-25 21:26:30.644940612 +0000 2023-12-25T21:27:28.151 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-12-25 21:26:30.644940612 +0000 2023-12-25T21:27:28.151 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-12-25T21:27:28.151 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-25T21:27:28.216 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-12-25T21:27:28.216 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-12-25T21:27:28.216 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.00022222 s, 2.3 MB/s 2023-12-25T21:27:28.217 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-25T21:27:28.276 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme2n1 2023-12-25T21:27:28.337 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme2n1 2023-12-25T21:27:28.337 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:27:28.337 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 430755 Links: 1 Device type: 103,2 2023-12-25T21:27:28.337 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:27:28.337 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T21:27:28.337 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-12-25 21:26:30.728939267 +0000 2023-12-25T21:27:28.338 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-12-25 21:26:30.646940580 +0000 2023-12-25T21:27:28.338 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-12-25 21:26:30.646940580 +0000 2023-12-25T21:27:28.338 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-12-25T21:27:28.338 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-25T21:27:28.405 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-12-25T21:27:28.405 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-12-25T21:27:28.405 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.00022639 s, 2.3 MB/s 2023-12-25T21:27:28.406 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-25T21:27:28.465 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme3n1 2023-12-25T21:27:28.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:27.027543+0000 mgr.smithi031.sxuhmh (mgr.14182) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:28.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:27.282254+0000 mon.smithi031 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:28.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:27.283998+0000 mon.smithi031 (mon.0) 200 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:27:28.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:27.510293+0000 mon.smithi031 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.31:0/1243061037' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:28.519 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme3n1 2023-12-25T21:27:28.519 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:27:28.519 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 430847 Links: 1 Device type: 103,3 2023-12-25T21:27:28.519 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:27:28.519 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T21:27:28.519 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-12-25 21:26:30.739939091 +0000 2023-12-25T21:27:28.519 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-12-25 21:26:30.649940532 +0000 2023-12-25T21:27:28.519 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-12-25 21:26:30.649940532 +0000 2023-12-25T21:27:28.520 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-12-25T21:27:28.520 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-25T21:27:28.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:27.027543+0000 mgr.smithi031.sxuhmh (mgr.14182) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:28.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:27.282254+0000 mon.smithi031 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:28.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:27.283998+0000 mon.smithi031 (mon.0) 200 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:27:28.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:27.510293+0000 mon.smithi031 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.31:0/1243061037' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:28.588 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-12-25T21:27:28.588 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-12-25T21:27:28.588 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000231294 s, 2.2 MB/s 2023-12-25T21:27:28.590 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-25T21:27:28.649 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme4n1 2023-12-25T21:27:28.711 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme4n1 2023-12-25T21:27:28.711 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:27:28.711 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 433376 Links: 1 Device type: 103,4 2023-12-25T21:27:28.711 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:27:28.711 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T21:27:28.711 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-12-25 21:26:30.750938915 +0000 2023-12-25T21:27:28.711 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-12-25 21:26:30.651940500 +0000 2023-12-25T21:27:28.711 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-12-25 21:26:30.651940500 +0000 2023-12-25T21:27:28.711 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-12-25T21:27:28.711 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-25T21:27:28.778 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-12-25T21:27:28.778 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-12-25T21:27:28.779 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000246963 s, 2.1 MB/s 2023-12-25T21:27:28.780 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-25T21:27:28.839 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-25T21:27:28.839 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:27:28.858 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T21:27:28.858 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/nvme1n1 2023-12-25T21:27:28.916 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/nvme1n1 2023-12-25T21:27:28.916 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:27:28.916 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 423763 Links: 1 Device type: 103,1 2023-12-25T21:27:28.916 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:27:28.916 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T21:27:28.916 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-25 21:27:11.249598140 +0000 2023-12-25T21:27:28.916 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-25 21:27:11.185599390 +0000 2023-12-25T21:27:28.916 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-25 21:27:11.185599390 +0000 2023-12-25T21:27:28.917 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-25T21:27:28.917 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-25T21:27:28.982 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-25T21:27:28.982 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-25T21:27:28.982 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000273904 s, 1.9 MB/s 2023-12-25T21:27:28.983 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-25T21:27:29.042 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/nvme2n1 2023-12-25T21:27:29.100 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/nvme2n1 2023-12-25T21:27:29.100 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:27:29.100 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 434305 Links: 1 Device type: 103,2 2023-12-25T21:27:29.100 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:27:29.100 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T21:27:29.100 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-25 21:27:11.259597945 +0000 2023-12-25T21:27:29.100 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-25 21:27:11.187599351 +0000 2023-12-25T21:27:29.100 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-25 21:27:11.187599351 +0000 2023-12-25T21:27:29.100 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-25T21:27:29.100 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-25T21:27:29.166 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-25T21:27:29.166 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-25T21:27:29.166 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000262991 s, 1.9 MB/s 2023-12-25T21:27:29.167 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-25T21:27:29.225 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/nvme3n1 2023-12-25T21:27:29.283 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/nvme3n1 2023-12-25T21:27:29.283 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:27:29.283 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 428855 Links: 1 Device type: 103,3 2023-12-25T21:27:29.283 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:27:29.284 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T21:27:29.284 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-25 21:27:11.270597730 +0000 2023-12-25T21:27:29.284 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-25 21:27:11.190599293 +0000 2023-12-25T21:27:29.284 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-25 21:27:11.190599293 +0000 2023-12-25T21:27:29.284 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-25T21:27:29.284 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-25T21:27:29.349 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-25T21:27:29.349 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-25T21:27:29.349 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000222168 s, 2.3 MB/s 2023-12-25T21:27:29.350 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-25T21:27:29.409 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/nvme4n1 2023-12-25T21:27:29.467 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/nvme4n1 2023-12-25T21:27:29.467 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:27:29.467 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 428916 Links: 1 Device type: 103,4 2023-12-25T21:27:29.467 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:27:29.467 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T21:27:29.467 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-25 21:27:11.280597534 +0000 2023-12-25T21:27:29.467 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-25 21:27:11.192599253 +0000 2023-12-25T21:27:29.467 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-25 21:27:11.192599253 +0000 2023-12-25T21:27:29.467 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-25T21:27:29.467 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:28.349480+0000 mon.smithi031 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:28.350153+0000 mon.smithi031 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:28.350724+0000 mon.smithi031 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:28.351523+0000 mgr.smithi031.sxuhmh (mgr.14182) 20 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:28.351752+0000 mgr.smithi031.sxuhmh (mgr.14182) 21 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:28.373197+0000 mon.smithi031 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:28.388440+0000 mon.smithi031 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:28.392309+0000 mon.smithi031 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:28.395067+0000 mgr.smithi031.sxuhmh (mgr.14182) 22 : cephadm [INF] Reconfiguring mon.smithi031 (unknown last config time)... 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:28.395343+0000 mon.smithi031 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:28.395965+0000 mon.smithi031 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:28.396555+0000 mon.smithi031 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:29.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:28.397068+0000 mgr.smithi031.sxuhmh (mgr.14182) 23 : cephadm [INF] Reconfiguring daemon mon.smithi031 on smithi031 2023-12-25T21:27:29.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:29.135381+0000 mon.smithi031 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:29.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:29.281615+0000 mon.smithi031 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:29.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:29.282475+0000 mon.smithi031 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.sxuhmh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:27:29.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:29.283112+0000 mon.smithi031 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:27:29.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:29.283602+0000 mon.smithi031 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:29.532 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-25T21:27:29.532 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-25T21:27:29.532 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000256223 s, 2.0 MB/s 2023-12-25T21:27:29.533 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-25T21:27:29.592 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-25T21:27:29.660 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:28.349480+0000 mon.smithi031 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:28.350153+0000 mon.smithi031 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:28.350724+0000 mon.smithi031 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:28.351523+0000 mgr.smithi031.sxuhmh (mgr.14182) 20 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:28.351752+0000 mgr.smithi031.sxuhmh (mgr.14182) 21 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:28.373197+0000 mon.smithi031 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:28.388440+0000 mon.smithi031 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:28.392309+0000 mon.smithi031 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:28.395067+0000 mgr.smithi031.sxuhmh (mgr.14182) 22 : cephadm [INF] Reconfiguring mon.smithi031 (unknown last config time)... 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:28.395343+0000 mon.smithi031 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:28.395965+0000 mon.smithi031 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:28.396555+0000 mon.smithi031 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:28.397068+0000 mgr.smithi031.sxuhmh (mgr.14182) 23 : cephadm [INF] Reconfiguring daemon mon.smithi031 on smithi031 2023-12-25T21:27:29.661 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:29.135381+0000 mon.smithi031 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:29.662 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:29.281615+0000 mon.smithi031 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:29.662 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:29.282475+0000 mon.smithi031 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.sxuhmh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:27:29.662 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:29.283112+0000 mon.smithi031 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:27:29.662 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:29.283602+0000 mon.smithi031 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:30.623 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:29.027810+0000 mgr.smithi031.sxuhmh (mgr.14182) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:30.623 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:29.282225+0000 mgr.smithi031.sxuhmh (mgr.14182) 25 : cephadm [INF] Reconfiguring mgr.smithi031.sxuhmh (unknown last config time)... 2023-12-25T21:27:30.623 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:29.284070+0000 mgr.smithi031.sxuhmh (mgr.14182) 26 : cephadm [INF] Reconfiguring daemon mgr.smithi031.sxuhmh on smithi031 2023-12-25T21:27:30.623 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:30.150684+0000 mon.smithi031 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:30.727 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:29.027810+0000 mgr.smithi031.sxuhmh (mgr.14182) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:30.727 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:29.282225+0000 mgr.smithi031.sxuhmh (mgr.14182) 25 : cephadm [INF] Reconfiguring mgr.smithi031.sxuhmh (unknown last config time)... 2023-12-25T21:27:30.727 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:29.284070+0000 mgr.smithi031.sxuhmh (mgr.14182) 26 : cephadm [INF] Reconfiguring daemon mgr.smithi031.sxuhmh on smithi031 2023-12-25T21:27:30.727 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:30.150684+0000 mon.smithi031 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:30.985 INFO:teuthology.orchestra.run.smithi149.stdout:Scheduled osd.all-available-devices update... 2023-12-25T21:27:31.369 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-25T21:27:31.369 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:27:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:30.151366+0000 mgr.smithi031.sxuhmh (mgr.14182) 27 : cephadm [INF] Reconfiguring alertmanager.smithi031 (dependencies changed)... 2023-12-25T21:27:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:30.157375+0000 mgr.smithi031.sxuhmh (mgr.14182) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi031 on smithi031 2023-12-25T21:27:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:30.985731+0000 mon.smithi031 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:31.669 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:30.151366+0000 mgr.smithi031.sxuhmh (mgr.14182) 27 : cephadm [INF] Reconfiguring alertmanager.smithi031 (dependencies changed)... 2023-12-25T21:27:31.669 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:30.157375+0000 mgr.smithi031.sxuhmh (mgr.14182) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi031 on smithi031 2023-12-25T21:27:31.669 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:30.985731+0000 mon.smithi031 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:32.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:30.980779+0000 mgr.smithi031.sxuhmh (mgr.14182) 29 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:27:32.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:30.982176+0000 mgr.smithi031.sxuhmh (mgr.14182) 30 : cephadm [INF] Marking host: smithi031 for OSDSpec preview refresh. 2023-12-25T21:27:32.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:30.982255+0000 mgr.smithi031.sxuhmh (mgr.14182) 31 : cephadm [INF] Marking host: smithi149 for OSDSpec preview refresh. 2023-12-25T21:27:32.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:30.982505+0000 mgr.smithi031.sxuhmh (mgr.14182) 32 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-25T21:27:32.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:31.028110+0000 mgr.smithi031.sxuhmh (mgr.14182) 33 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:32.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:30.980779+0000 mgr.smithi031.sxuhmh (mgr.14182) 29 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:27:32.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:30.982176+0000 mgr.smithi031.sxuhmh (mgr.14182) 30 : cephadm [INF] Marking host: smithi031 for OSDSpec preview refresh. 2023-12-25T21:27:32.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:30.982255+0000 mgr.smithi031.sxuhmh (mgr.14182) 31 : cephadm [INF] Marking host: smithi149 for OSDSpec preview refresh. 2023-12-25T21:27:32.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:30.982505+0000 mgr.smithi031.sxuhmh (mgr.14182) 32 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-25T21:27:32.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:31.028110+0000 mgr.smithi031.sxuhmh (mgr.14182) 33 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:33.174 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:27:33.623 INFO:teuthology.orchestra.run.smithi031.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-25T21:27:33.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:33.173997+0000 mon.smithi031 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.31:0/597239215' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:33.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:33.173997+0000 mon.smithi031 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.31:0/597239215' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:34.624 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:27:34.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:33.028352+0000 mgr.smithi031.sxuhmh (mgr.14182) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:34.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:33.448643+0000 mon.smithi031 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:34.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:33.449203+0000 mgr.smithi031.sxuhmh (mgr.14182) 35 : cephadm [INF] Reconfiguring crash.smithi031 (monmap changed)... 2023-12-25T21:27:34.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:33.449437+0000 mon.smithi031 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:27:34.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:33.450112+0000 mon.smithi031 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:34.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:33.450615+0000 mgr.smithi031.sxuhmh (mgr.14182) 36 : cephadm [INF] Reconfiguring daemon crash.smithi031 on smithi031 2023-12-25T21:27:34.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:34.295480+0000 mon.smithi031 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:33.028352+0000 mgr.smithi031.sxuhmh (mgr.14182) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:33.448643+0000 mon.smithi031 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:33.449203+0000 mgr.smithi031.sxuhmh (mgr.14182) 35 : cephadm [INF] Reconfiguring crash.smithi031 (monmap changed)... 2023-12-25T21:27:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:33.449437+0000 mon.smithi031 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:27:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:33.450112+0000 mon.smithi031 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:33.450615+0000 mgr.smithi031.sxuhmh (mgr.14182) 36 : cephadm [INF] Reconfiguring daemon crash.smithi031 on smithi031 2023-12-25T21:27:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:34.295480+0000 mon.smithi031 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:35.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:34.296153+0000 mgr.smithi031.sxuhmh (mgr.14182) 37 : cephadm [INF] Reconfiguring grafana.smithi031 (dependencies changed)... 2023-12-25T21:27:35.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:34.327861+0000 mgr.smithi031.sxuhmh (mgr.14182) 38 : cephadm [INF] Reconfiguring daemon grafana.smithi031 on smithi031 2023-12-25T21:27:35.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:34.296153+0000 mgr.smithi031.sxuhmh (mgr.14182) 37 : cephadm [INF] Reconfiguring grafana.smithi031 (dependencies changed)... 2023-12-25T21:27:35.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:34.327861+0000 mgr.smithi031.sxuhmh (mgr.14182) 38 : cephadm [INF] Reconfiguring daemon grafana.smithi031 on smithi031 2023-12-25T21:27:36.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:35.028539+0000 mgr.smithi031.sxuhmh (mgr.14182) 39 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:36.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:35.028539+0000 mgr.smithi031.sxuhmh (mgr.14182) 39 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:37.119 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:27:37.977 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:37.028771+0000 mgr.smithi031.sxuhmh (mgr.14182) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:37.977 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:37.120106+0000 mon.smithi031 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.31:0/2702027461' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:38.047 INFO:teuthology.orchestra.run.smithi031.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-25T21:27:38.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:37.028771+0000 mgr.smithi031.sxuhmh (mgr.14182) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:38.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:37.120106+0000 mon.smithi031 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.31:0/2702027461' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:39.048 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:27:40.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:39.010752+0000 mon.smithi031 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:40.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:39.011579+0000 mgr.smithi031.sxuhmh (mgr.14182) 41 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2023-12-25T21:27:40.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:39.014739+0000 mgr.smithi031.sxuhmh (mgr.14182) 42 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2023-12-25T21:27:40.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:39.029007+0000 mgr.smithi031.sxuhmh (mgr.14182) 43 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:40.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:39.010752+0000 mon.smithi031 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:40.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:39.011579+0000 mgr.smithi031.sxuhmh (mgr.14182) 41 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2023-12-25T21:27:40.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:39.014739+0000 mgr.smithi031.sxuhmh (mgr.14182) 42 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2023-12-25T21:27:40.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:39.029007+0000 mgr.smithi031.sxuhmh (mgr.14182) 43 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:40.919 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:27:41.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:40.919817+0000 mon.smithi031 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.31:0/392415850' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:41.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:40.919817+0000 mon.smithi031 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.31:0/392415850' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:41.303 INFO:teuthology.orchestra.run.smithi031.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-25T21:27:42.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:41.029227+0000 mgr.smithi031.sxuhmh (mgr.14182) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:42.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:41.029227+0000 mgr.smithi031.sxuhmh (mgr.14182) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:42.304 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:27:43.302 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:42.224974+0000 mon.smithi031 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:43.302 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:42.225567+0000 mgr.smithi031.sxuhmh (mgr.14182) 45 : cephadm [INF] Reconfiguring crash.smithi149 (monmap changed)... 2023-12-25T21:27:43.302 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:42.225803+0000 mon.smithi031 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:27:43.302 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:42.226423+0000 mon.smithi031 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:43.302 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:42.226887+0000 mgr.smithi031.sxuhmh (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon crash.smithi149 on smithi149 2023-12-25T21:27:43.302 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:43.057649+0000 mon.smithi031 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:43.302 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:43.058415+0000 mon.smithi031 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.zjrqlf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:27:43.302 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:43.059060+0000 mon.smithi031 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:27:43.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:43.059577+0000 mon.smithi031 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:43.506 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:42.224974+0000 mon.smithi031 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:43.506 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:42.225567+0000 mgr.smithi031.sxuhmh (mgr.14182) 45 : cephadm [INF] Reconfiguring crash.smithi149 (monmap changed)... 2023-12-25T21:27:43.506 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:42.225803+0000 mon.smithi031 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:27:43.506 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:42.226423+0000 mon.smithi031 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:43.506 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:42.226887+0000 mgr.smithi031.sxuhmh (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon crash.smithi149 on smithi149 2023-12-25T21:27:43.506 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:43.057649+0000 mon.smithi031 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:43.506 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:43.058415+0000 mon.smithi031 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.zjrqlf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:27:43.506 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:43.059060+0000 mon.smithi031 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:27:43.506 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:43.059577+0000 mon.smithi031 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:43.630 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:27:44.002 INFO:teuthology.orchestra.run.smithi031.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-25T21:27:44.489 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:43.029570+0000 mgr.smithi031.sxuhmh (mgr.14182) 47 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:44.489 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:43.058187+0000 mgr.smithi031.sxuhmh (mgr.14182) 48 : cephadm [INF] Reconfiguring mgr.smithi149.zjrqlf (monmap changed)... 2023-12-25T21:27:44.489 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:43.060060+0000 mgr.smithi031.sxuhmh (mgr.14182) 49 : cephadm [INF] Reconfiguring daemon mgr.smithi149.zjrqlf on smithi149 2023-12-25T21:27:44.489 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:43.630561+0000 mon.smithi031 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.31:0/2886526545' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:44.489 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:43.888113+0000 mon.smithi031 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:44.489 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:43.888889+0000 mon.smithi031 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:27:44.490 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:43.889447+0000 mon.smithi031 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:27:44.490 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:43.889984+0000 mon.smithi031 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:44.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:43.029570+0000 mgr.smithi031.sxuhmh (mgr.14182) 47 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:44.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:43.058187+0000 mgr.smithi031.sxuhmh (mgr.14182) 48 : cephadm [INF] Reconfiguring mgr.smithi149.zjrqlf (monmap changed)... 2023-12-25T21:27:44.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:43.060060+0000 mgr.smithi031.sxuhmh (mgr.14182) 49 : cephadm [INF] Reconfiguring daemon mgr.smithi149.zjrqlf on smithi149 2023-12-25T21:27:44.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:43.630561+0000 mon.smithi031 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.31:0/2886526545' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:44.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:43.888113+0000 mon.smithi031 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:44.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:43.888889+0000 mon.smithi031 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:27:44.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:43.889447+0000 mon.smithi031 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:27:44.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:43.889984+0000 mon.smithi031 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:45.003 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:27:45.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:43.888640+0000 mgr.smithi031.sxuhmh (mgr.14182) 50 : cephadm [INF] Reconfiguring mon.smithi149 (monmap changed)... 2023-12-25T21:27:45.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:27:43.890476+0000 mgr.smithi031.sxuhmh (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon mon.smithi149 on smithi149 2023-12-25T21:27:45.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.706297+0000 mon.smithi031 (mon.0) 238 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:45.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.709408+0000 mon.smithi031 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T21:27:45.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.710994+0000 mon.smithi031 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T21:27:45.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.715176+0000 mon.smithi031 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:45.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.721027+0000 mon.smithi031 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T21:27:45.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.726656+0000 mon.smithi031 (mon.0) 243 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T21:27:45.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.732664+0000 mon.smithi031 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:45.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.738471+0000 mon.smithi031 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T21:27:45.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.742690+0000 mon.smithi031 (mon.0) 246 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T21:27:45.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.747811+0000 mon.smithi031 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:45.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.751972+0000 mon.smithi031 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:27:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:43.888640+0000 mgr.smithi031.sxuhmh (mgr.14182) 50 : cephadm [INF] Reconfiguring mon.smithi149 (monmap changed)... 2023-12-25T21:27:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:27:43.890476+0000 mgr.smithi031.sxuhmh (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon mon.smithi149 on smithi149 2023-12-25T21:27:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.706297+0000 mon.smithi031 (mon.0) 238 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.709408+0000 mon.smithi031 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T21:27:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.710994+0000 mon.smithi031 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T21:27:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.715176+0000 mon.smithi031 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.721027+0000 mon.smithi031 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T21:27:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.726656+0000 mon.smithi031 (mon.0) 243 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T21:27:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.732664+0000 mon.smithi031 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.738471+0000 mon.smithi031 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T21:27:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.742690+0000 mon.smithi031 (mon.0) 246 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T21:27:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.747811+0000 mon.smithi031 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.751972+0000 mon.smithi031 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:27:46.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.709837+0000 mgr.smithi031.sxuhmh (mgr.14182) 52 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T21:27:46.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.711330+0000 mgr.smithi031.sxuhmh (mgr.14182) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T21:27:46.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.721518+0000 mgr.smithi031.sxuhmh (mgr.14182) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T21:27:46.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.727062+0000 mgr.smithi031.sxuhmh (mgr.14182) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T21:27:46.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.738965+0000 mgr.smithi031.sxuhmh (mgr.14182) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T21:27:46.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:44.743098+0000 mgr.smithi031.sxuhmh (mgr.14182) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T21:27:46.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:45.029982+0000 mgr.smithi031.sxuhmh (mgr.14182) 58 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:46.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:45.881987+0000 mon.smithi031 (mon.0) 249 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:46.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:45.886730+0000 mon.smithi031 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.709837+0000 mgr.smithi031.sxuhmh (mgr.14182) 52 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T21:27:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.711330+0000 mgr.smithi031.sxuhmh (mgr.14182) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T21:27:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.721518+0000 mgr.smithi031.sxuhmh (mgr.14182) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T21:27:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.727062+0000 mgr.smithi031.sxuhmh (mgr.14182) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T21:27:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.738965+0000 mgr.smithi031.sxuhmh (mgr.14182) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T21:27:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:44.743098+0000 mgr.smithi031.sxuhmh (mgr.14182) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T21:27:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:45.029982+0000 mgr.smithi031.sxuhmh (mgr.14182) 58 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:45.881987+0000 mon.smithi031 (mon.0) 249 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:45.886730+0000 mon.smithi031 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:46.577 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:27:47.136 INFO:teuthology.orchestra.run.smithi031.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-25T21:27:47.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:46.577887+0000 mon.smithi031 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.31:0/2867124152' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:47.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:46.577887+0000 mon.smithi031 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.31:0/2867124152' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:48.136 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:27:48.486 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:47.030234+0000 mgr.smithi031.sxuhmh (mgr.14182) 59 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:48.487 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:47.799246+0000 mon.smithi031 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:48.487 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:47.805475+0000 mon.smithi031 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:48.487 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:47.806189+0000 mon.smithi031 (mon.0) 254 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:48.487 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:47.806768+0000 mon.smithi031 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:27:48.487 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:47.810055+0000 mon.smithi031 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:48.487 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:47.813455+0000 mon.smithi031 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:27:48.487 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:47.816152+0000 mon.smithi031 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:27:48.487 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:47.817075+0000 mon.smithi031 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:27:48.487 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:47.817267+0000 mon.smithi031 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:48.487 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:47.817708+0000 mon.smithi031 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:48.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:47.030234+0000 mgr.smithi031.sxuhmh (mgr.14182) 59 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:48.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:47.799246+0000 mon.smithi031 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:48.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:47.805475+0000 mon.smithi031 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:48.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:47.806189+0000 mon.smithi031 (mon.0) 254 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:48.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:47.806768+0000 mon.smithi031 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:27:48.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:47.810055+0000 mon.smithi031 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:27:48.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:47.813455+0000 mon.smithi031 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:27:48.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:47.816152+0000 mon.smithi031 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:27:48.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:47.817075+0000 mon.smithi031 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:27:48.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:47.817267+0000 mon.smithi031 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:48.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:47.817708+0000 mon.smithi031 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:49.868 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:27:50.239 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1703539669,"num_remapped_pgs":0} 2023-12-25T21:27:50.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:49.030474+0000 mgr.smithi031.sxuhmh (mgr.14182) 60 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:50.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:49.800248+0000 mon.smithi149 (mon.1) 2 : audit [INF] from='client.? 172.21.15.149:0/4028704969' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "032fe496-99f4-4875-8a1f-95632ce3c877"}]: dispatch 2023-12-25T21:27:50.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:49.800646+0000 mon.smithi031 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "032fe496-99f4-4875-8a1f-95632ce3c877"}]: dispatch 2023-12-25T21:27:50.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:49.803983+0000 mon.smithi031 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "032fe496-99f4-4875-8a1f-95632ce3c877"}]': finished 2023-12-25T21:27:50.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:49.804034+0000 mon.smithi031 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-25T21:27:50.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:49.804137+0000 mon.smithi031 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:27:50.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:49.867015+0000 mon.smithi031 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.31:0/3818971400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:50.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:49.984344+0000 mon.smithi031 (mon.0) 267 : audit [INF] from='client.? 172.21.15.31:0/1394377447' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "000b9664-ff41-4947-88a1-34701fc0a3e8"}]: dispatch 2023-12-25T21:27:50.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:49.988502+0000 mon.smithi031 (mon.0) 268 : audit [INF] from='client.? 172.21.15.31:0/1394377447' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "000b9664-ff41-4947-88a1-34701fc0a3e8"}]': finished 2023-12-25T21:27:50.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:49.988541+0000 mon.smithi031 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-25T21:27:50.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:49.988651+0000 mon.smithi031 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:27:50.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:49.988989+0000 mon.smithi031 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:27:50.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:49.030474+0000 mgr.smithi031.sxuhmh (mgr.14182) 60 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:50.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:49.800248+0000 mon.smithi149 (mon.1) 2 : audit [INF] from='client.? 172.21.15.149:0/4028704969' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "032fe496-99f4-4875-8a1f-95632ce3c877"}]: dispatch 2023-12-25T21:27:50.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:49.800646+0000 mon.smithi031 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "032fe496-99f4-4875-8a1f-95632ce3c877"}]: dispatch 2023-12-25T21:27:50.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:49.803983+0000 mon.smithi031 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "032fe496-99f4-4875-8a1f-95632ce3c877"}]': finished 2023-12-25T21:27:50.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:49.804034+0000 mon.smithi031 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-25T21:27:50.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:49.804137+0000 mon.smithi031 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:27:50.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:49.867015+0000 mon.smithi031 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.31:0/3818971400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:50.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:49.984344+0000 mon.smithi031 (mon.0) 267 : audit [INF] from='client.? 172.21.15.31:0/1394377447' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "000b9664-ff41-4947-88a1-34701fc0a3e8"}]: dispatch 2023-12-25T21:27:50.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:49.988502+0000 mon.smithi031 (mon.0) 268 : audit [INF] from='client.? 172.21.15.31:0/1394377447' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "000b9664-ff41-4947-88a1-34701fc0a3e8"}]': finished 2023-12-25T21:27:50.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:49.988541+0000 mon.smithi031 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-25T21:27:50.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:49.988651+0000 mon.smithi031 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:27:50.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:49.988989+0000 mon.smithi031 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:27:51.240 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:27:51.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:50.984466+0000 mon.smithi149 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.149:0/1020981869' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:27:51.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:50.984466+0000 mon.smithi149 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.149:0/1020981869' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:27:52.245 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:51.030743+0000 mgr.smithi031.sxuhmh (mgr.14182) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:52.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:51.296261+0000 mon.smithi031 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.31:0/2116352917' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:27:52.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:51.030743+0000 mgr.smithi031.sxuhmh (mgr.14182) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:52.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:51.296261+0000 mon.smithi031 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.31:0/2116352917' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:27:52.588 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:27:52.939 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1703539669,"num_remapped_pgs":0} 2023-12-25T21:27:53.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:52.588753+0000 mon.smithi031 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.31:0/2994196111' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:53.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:52.588753+0000 mon.smithi031 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.31:0/2994196111' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:53.940 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:27:54.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:53.031155+0000 mgr.smithi031.sxuhmh (mgr.14182) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:54.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:53.497246+0000 mon.smithi149 (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/4287984990' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e610d3e4-b3d3-4c6e-aa55-9d7718003e57"}]: dispatch 2023-12-25T21:27:54.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:53.497638+0000 mon.smithi031 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e610d3e4-b3d3-4c6e-aa55-9d7718003e57"}]: dispatch 2023-12-25T21:27:54.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:53.506241+0000 mon.smithi031 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e610d3e4-b3d3-4c6e-aa55-9d7718003e57"}]': finished 2023-12-25T21:27:54.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:53.506314+0000 mon.smithi031 (mon.0) 276 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-25T21:27:54.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:53.506453+0000 mon.smithi031 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:27:54.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:53.506618+0000 mon.smithi031 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:27:54.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:53.506766+0000 mon.smithi031 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:27:54.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:53.847957+0000 mon.smithi031 (mon.0) 280 : audit [INF] from='client.? 172.21.15.31:0/3566307944' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "036da46c-7bb5-4229-a4ab-49eb840dc9bc"}]: dispatch 2023-12-25T21:27:54.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:53.855858+0000 mon.smithi031 (mon.0) 281 : audit [INF] from='client.? 172.21.15.31:0/3566307944' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "036da46c-7bb5-4229-a4ab-49eb840dc9bc"}]': finished 2023-12-25T21:27:54.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:53.855898+0000 mon.smithi031 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-25T21:27:54.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:53.855995+0000 mon.smithi031 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:27:54.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:53.856255+0000 mon.smithi031 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:27:54.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:53.856439+0000 mon.smithi031 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:27:54.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:53.856616+0000 mon.smithi031 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:27:54.696 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:53.031155+0000 mgr.smithi031.sxuhmh (mgr.14182) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:54.696 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:53.497246+0000 mon.smithi149 (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/4287984990' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e610d3e4-b3d3-4c6e-aa55-9d7718003e57"}]: dispatch 2023-12-25T21:27:54.696 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:53.497638+0000 mon.smithi031 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e610d3e4-b3d3-4c6e-aa55-9d7718003e57"}]: dispatch 2023-12-25T21:27:54.696 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:53.506241+0000 mon.smithi031 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e610d3e4-b3d3-4c6e-aa55-9d7718003e57"}]': finished 2023-12-25T21:27:54.696 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:53.506314+0000 mon.smithi031 (mon.0) 276 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-25T21:27:54.697 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:53.506453+0000 mon.smithi031 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:27:54.697 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:53.506618+0000 mon.smithi031 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:27:54.697 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:53.506766+0000 mon.smithi031 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:27:54.697 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:53.847957+0000 mon.smithi031 (mon.0) 280 : audit [INF] from='client.? 172.21.15.31:0/3566307944' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "036da46c-7bb5-4229-a4ab-49eb840dc9bc"}]: dispatch 2023-12-25T21:27:54.697 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:53.855858+0000 mon.smithi031 (mon.0) 281 : audit [INF] from='client.? 172.21.15.31:0/3566307944' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "036da46c-7bb5-4229-a4ab-49eb840dc9bc"}]': finished 2023-12-25T21:27:54.697 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:53.855898+0000 mon.smithi031 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-25T21:27:54.697 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:53.855995+0000 mon.smithi031 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:27:54.697 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:53.856255+0000 mon.smithi031 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:27:54.697 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:53.856439+0000 mon.smithi031 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:27:54.697 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:53.856616+0000 mon.smithi031 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:27:55.427 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:27:55.448 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:54.770845+0000 mon.smithi149 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/1843368226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:27:55.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:54.770845+0000 mon.smithi149 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/1843368226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:27:55.800 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1703539673,"num_remapped_pgs":0} 2023-12-25T21:27:56.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:55.031417+0000 mgr.smithi031.sxuhmh (mgr.14182) 63 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:56.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:55.325638+0000 mon.smithi031 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.31:0/1092284794' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:27:56.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:55.426203+0000 mon.smithi031 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.31:0/189104304' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:56.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:55.031417+0000 mgr.smithi031.sxuhmh (mgr.14182) 63 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:56.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:55.325638+0000 mon.smithi031 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.31:0/1092284794' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:27:56.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:55.426203+0000 mon.smithi031 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.31:0/189104304' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:56.801 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:27:58.240 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:27:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:57.031628+0000 mgr.smithi031.sxuhmh (mgr.14182) 64 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.274399+0000 mon.smithi149 (mon.1) 6 : audit [INF] from='client.? 172.21.15.149:0/4213703265' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "460fb167-7e8c-46f5-b5b6-f0c8d0ab0a95"}]: dispatch 2023-12-25T21:27:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.274806+0000 mon.smithi031 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "460fb167-7e8c-46f5-b5b6-f0c8d0ab0a95"}]: dispatch 2023-12-25T21:27:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.279494+0000 mon.smithi031 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "460fb167-7e8c-46f5-b5b6-f0c8d0ab0a95"}]': finished 2023-12-25T21:27:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:57.279548+0000 mon.smithi031 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-25T21:27:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.279656+0000 mon.smithi031 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:27:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.280044+0000 mon.smithi031 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:27:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.280266+0000 mon.smithi031 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:27:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.280481+0000 mon.smithi031 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:27:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.280697+0000 mon.smithi031 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:27:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:57.031628+0000 mgr.smithi031.sxuhmh (mgr.14182) 64 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:27:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.274399+0000 mon.smithi149 (mon.1) 6 : audit [INF] from='client.? 172.21.15.149:0/4213703265' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "460fb167-7e8c-46f5-b5b6-f0c8d0ab0a95"}]: dispatch 2023-12-25T21:27:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.274806+0000 mon.smithi031 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "460fb167-7e8c-46f5-b5b6-f0c8d0ab0a95"}]: dispatch 2023-12-25T21:27:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.279494+0000 mon.smithi031 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "460fb167-7e8c-46f5-b5b6-f0c8d0ab0a95"}]': finished 2023-12-25T21:27:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:57.279548+0000 mon.smithi031 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-25T21:27:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.279656+0000 mon.smithi031 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:27:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.280044+0000 mon.smithi031 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:27:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.280266+0000 mon.smithi031 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:27:58.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.280481+0000 mon.smithi031 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:27:58.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.280697+0000 mon.smithi031 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:27:58.722 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1703539677,"num_remapped_pgs":0} 2023-12-25T21:27:59.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.877390+0000 mon.smithi031 (mon.0) 297 : audit [INF] from='client.? 172.21.15.31:0/1598369853' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6366fee6-0911-4588-b625-a4af87d36ba8"}]: dispatch 2023-12-25T21:27:59.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.881196+0000 mon.smithi031 (mon.0) 298 : audit [INF] from='client.? 172.21.15.31:0/1598369853' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6366fee6-0911-4588-b625-a4af87d36ba8"}]': finished 2023-12-25T21:27:59.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:57.881245+0000 mon.smithi031 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-25T21:27:59.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.881410+0000 mon.smithi031 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:27:59.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.881720+0000 mon.smithi031 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:27:59.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.881850+0000 mon.smithi031 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:27:59.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.881990+0000 mon.smithi031 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:27:59.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.882118+0000 mon.smithi031 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:27:59.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:57.882243+0000 mon.smithi031 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:27:59.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:58.239201+0000 mon.smithi031 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.31:0/141839644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:59.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:58.524527+0000 mon.smithi149 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.149:0/2340131696' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:27:59.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.877390+0000 mon.smithi031 (mon.0) 297 : audit [INF] from='client.? 172.21.15.31:0/1598369853' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6366fee6-0911-4588-b625-a4af87d36ba8"}]: dispatch 2023-12-25T21:27:59.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.881196+0000 mon.smithi031 (mon.0) 298 : audit [INF] from='client.? 172.21.15.31:0/1598369853' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6366fee6-0911-4588-b625-a4af87d36ba8"}]': finished 2023-12-25T21:27:59.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:57.881245+0000 mon.smithi031 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-25T21:27:59.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.881410+0000 mon.smithi031 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:27:59.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.881720+0000 mon.smithi031 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:27:59.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.881850+0000 mon.smithi031 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:27:59.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.881990+0000 mon.smithi031 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:27:59.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.882118+0000 mon.smithi031 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:27:59.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:57.882243+0000 mon.smithi031 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:27:59.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:58.239201+0000 mon.smithi031 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.31:0/141839644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:27:59.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:58.524527+0000 mon.smithi149 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.149:0/2340131696' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:27:59.722 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:28:00.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:27:59.031853+0000 mgr.smithi031.sxuhmh (mgr.14182) 65 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:00.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:27:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:27:59.315153+0000 mon.smithi031 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.31:0/2526974378' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:28:00.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:27:59.031853+0000 mgr.smithi031.sxuhmh (mgr.14182) 65 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:00.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:27:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:27:59.315153+0000 mon.smithi031 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.31:0/2526974378' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:28:01.087 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:01.381 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.027796+0000 mon.smithi149 (mon.1) 8 : audit [INF] from='client.? 172.21.15.149:0/1165726463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "681151bd-2078-4c97-8ec9-8c09a0dbdffe"}]: dispatch 2023-12-25T21:28:01.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.028271+0000 mon.smithi031 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "681151bd-2078-4c97-8ec9-8c09a0dbdffe"}]: dispatch 2023-12-25T21:28:01.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.034276+0000 mon.smithi031 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "681151bd-2078-4c97-8ec9-8c09a0dbdffe"}]': finished 2023-12-25T21:28:01.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:01.034360+0000 mon.smithi031 (mon.0) 310 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-25T21:28:01.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.034639+0000 mon.smithi031 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:28:01.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.034804+0000 mon.smithi031 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:01.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.034997+0000 mon.smithi031 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:01.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.035158+0000 mon.smithi031 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:01.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.035305+0000 mon.smithi031 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:01.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.035467+0000 mon.smithi031 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:01.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.035628+0000 mon.smithi031 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:01.457 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1703539681,"num_remapped_pgs":0} 2023-12-25T21:28:01.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.027796+0000 mon.smithi149 (mon.1) 8 : audit [INF] from='client.? 172.21.15.149:0/1165726463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "681151bd-2078-4c97-8ec9-8c09a0dbdffe"}]: dispatch 2023-12-25T21:28:01.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.028271+0000 mon.smithi031 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "681151bd-2078-4c97-8ec9-8c09a0dbdffe"}]: dispatch 2023-12-25T21:28:01.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.034276+0000 mon.smithi031 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "681151bd-2078-4c97-8ec9-8c09a0dbdffe"}]': finished 2023-12-25T21:28:01.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:01.034360+0000 mon.smithi031 (mon.0) 310 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-25T21:28:01.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.034639+0000 mon.smithi031 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:28:01.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.034804+0000 mon.smithi031 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:01.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.034997+0000 mon.smithi031 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:01.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.035158+0000 mon.smithi031 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:01.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.035305+0000 mon.smithi031 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:01.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.035467+0000 mon.smithi031 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:01.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.035628+0000 mon.smithi031 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:02.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:01.032081+0000 mgr.smithi031.sxuhmh (mgr.14182) 66 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:02.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.087651+0000 mon.smithi031 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.31:0/3890484677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:02.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.879481+0000 mon.smithi031 (mon.0) 319 : audit [INF] from='client.? 172.21.15.31:0/977492575' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "208e90b3-74fc-490a-960f-9e88c889f4f3"}]: dispatch 2023-12-25T21:28:02.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.885237+0000 mon.smithi031 (mon.0) 320 : audit [INF] from='client.? 172.21.15.31:0/977492575' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "208e90b3-74fc-490a-960f-9e88c889f4f3"}]': finished 2023-12-25T21:28:02.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:01.885311+0000 mon.smithi031 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-25T21:28:02.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.885415+0000 mon.smithi031 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:28:02.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.885674+0000 mon.smithi031 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:02.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.885833+0000 mon.smithi031 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:02.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.885998+0000 mon.smithi031 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:02.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.886154+0000 mon.smithi031 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:02.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.886306+0000 mon.smithi031 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:02.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.886460+0000 mon.smithi031 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:02.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:01.886607+0000 mon.smithi031 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:02.458 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:28:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:01.032081+0000 mgr.smithi031.sxuhmh (mgr.14182) 66 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.087651+0000 mon.smithi031 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.31:0/3890484677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.879481+0000 mon.smithi031 (mon.0) 319 : audit [INF] from='client.? 172.21.15.31:0/977492575' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "208e90b3-74fc-490a-960f-9e88c889f4f3"}]: dispatch 2023-12-25T21:28:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.885237+0000 mon.smithi031 (mon.0) 320 : audit [INF] from='client.? 172.21.15.31:0/977492575' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "208e90b3-74fc-490a-960f-9e88c889f4f3"}]': finished 2023-12-25T21:28:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:01.885311+0000 mon.smithi031 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-25T21:28:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.885415+0000 mon.smithi031 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:28:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.885674+0000 mon.smithi031 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.885833+0000 mon.smithi031 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.885998+0000 mon.smithi031 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.886154+0000 mon.smithi031 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.886306+0000 mon.smithi031 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:02.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.886460+0000 mon.smithi031 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:02.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:01.886607+0000 mon.smithi031 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:03.110 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:02.269305+0000 mon.smithi149 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.149:0/3303436530' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:28:03.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:02.269305+0000 mon.smithi149 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.149:0/3303436530' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:28:03.760 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:04.128 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703539681,"num_remapped_pgs":0} 2023-12-25T21:28:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:03.032288+0000 mgr.smithi031.sxuhmh (mgr.14182) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:03.216711+0000 mon.smithi031 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.31:0/1215527002' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:28:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:03.760501+0000 mon.smithi031 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.31:0/1945070774' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:04.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:03.032288+0000 mgr.smithi031.sxuhmh (mgr.14182) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:04.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:03.216711+0000 mon.smithi031 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.31:0/1215527002' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:28:04.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:03.760501+0000 mon.smithi031 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.31:0/1945070774' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:05.129 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:28:06.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:05.032579+0000 mgr.smithi031.sxuhmh (mgr.14182) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:06.449 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:05.032579+0000 mgr.smithi031.sxuhmh (mgr.14182) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:06.575 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:07.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:06.523833+0000 mon.smithi031 (mon.0) 332 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-25T21:28:07.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:06.524459+0000 mon.smithi031 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:07.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:06.575934+0000 mon.smithi031 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.31:0/3967803870' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:07.256 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703539681,"num_remapped_pgs":0} 2023-12-25T21:28:07.326 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:06.523833+0000 mon.smithi031 (mon.0) 332 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-25T21:28:07.326 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:06.524459+0000 mon.smithi031 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:07.326 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:06.575934+0000 mon.smithi031 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.31:0/3967803870' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:08.257 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:28:08.421 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:28:06.525030+0000 mgr.smithi031.sxuhmh (mgr.14182) 69 : cephadm [INF] Deploying daemon osd.0 on smithi149 2023-12-25T21:28:08.421 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:07.032807+0000 mgr.smithi031.sxuhmh (mgr.14182) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:08.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:28:06.525030+0000 mgr.smithi031.sxuhmh (mgr.14182) 69 : cephadm [INF] Deploying daemon osd.0 on smithi149 2023-12-25T21:28:08.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:07.032807+0000 mgr.smithi031.sxuhmh (mgr.14182) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:09.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:08.168140+0000 mon.smithi031 (mon.0) 335 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-25T21:28:09.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:08.168734+0000 mon.smithi031 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:09.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:28:08.169262+0000 mgr.smithi031.sxuhmh (mgr.14182) 71 : cephadm [INF] Deploying daemon osd.1 on smithi031 2023-12-25T21:28:09.425 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:08.168140+0000 mon.smithi031 (mon.0) 335 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-25T21:28:09.425 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:08.168734+0000 mon.smithi031 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:09.425 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:28:08.169262+0000 mgr.smithi031.sxuhmh (mgr.14182) 71 : cephadm [INF] Deploying daemon osd.1 on smithi031 2023-12-25T21:28:10.244 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:09.033114+0000 mgr.smithi031.sxuhmh (mgr.14182) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:10.244 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:09.934342+0000 mon.smithi031 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:10.244 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:09.934971+0000 mon.smithi031 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-25T21:28:10.244 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:09.935532+0000 mon.smithi031 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:10.358 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:09.033114+0000 mgr.smithi031.sxuhmh (mgr.14182) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:10.358 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:09.934342+0000 mon.smithi031 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:10.359 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:09.934971+0000 mon.smithi031 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-25T21:28:10.359 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:09.935532+0000 mon.smithi031 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:10.433 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:10.849 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703539681,"num_remapped_pgs":0} 2023-12-25T21:28:11.426 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:28:09.936047+0000 mgr.smithi031.sxuhmh (mgr.14182) 73 : cephadm [INF] Deploying daemon osd.2 on smithi149 2023-12-25T21:28:11.426 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:10.432622+0000 mon.smithi031 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.31:0/2159511084' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:11.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:28:09.936047+0000 mgr.smithi031.sxuhmh (mgr.14182) 73 : cephadm [INF] Deploying daemon osd.2 on smithi149 2023-12-25T21:28:11.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:10.432622+0000 mon.smithi031 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.31:0/2159511084' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:11.850 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:28:12.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:11.033316+0000 mgr.smithi031.sxuhmh (mgr.14182) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:12.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:12.039657+0000 mon.smithi031 (mon.0) 341 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:12.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:12.040456+0000 mon.smithi031 (mon.0) 342 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-25T21:28:12.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:12.041134+0000 mon.smithi031 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:12.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:11.033316+0000 mgr.smithi031.sxuhmh (mgr.14182) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:12.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:12.039657+0000 mon.smithi031 (mon.0) 341 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:12.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:12.040456+0000 mon.smithi031 (mon.0) 342 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-25T21:28:12.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:12.041134+0000 mon.smithi031 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:13.358 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:28:12.041685+0000 mgr.smithi031.sxuhmh (mgr.14182) 75 : cephadm [INF] Deploying daemon osd.3 on smithi031 2023-12-25T21:28:13.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:28:12.041685+0000 mgr.smithi031.sxuhmh (mgr.14182) 75 : cephadm [INF] Deploying daemon osd.3 on smithi031 2023-12-25T21:28:13.724 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:14.290 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:13.033631+0000 mgr.smithi031.sxuhmh (mgr.14182) 76 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:14.290 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:13.171510+0000 mon.smithi149 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/10007794,v1:172.21.15.149:6801/10007794]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T21:28:14.290 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:13.171949+0000 mon.smithi031 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T21:28:14.290 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:13.400963+0000 mon.smithi031 (mon.0) 345 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:14.290 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:13.401605+0000 mon.smithi031 (mon.0) 346 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-25T21:28:14.290 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:13.402184+0000 mon.smithi031 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:14.290 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:28:13.402686+0000 mgr.smithi031.sxuhmh (mgr.14182) 77 : cephadm [INF] Deploying daemon osd.4 on smithi149 2023-12-25T21:28:14.290 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:13.724189+0000 mon.smithi031 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.31:0/3406888474' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:14.302 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703539681,"num_remapped_pgs":0} 2023-12-25T21:28:14.354 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:13.033631+0000 mgr.smithi031.sxuhmh (mgr.14182) 76 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:14.354 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:13.171510+0000 mon.smithi149 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/10007794,v1:172.21.15.149:6801/10007794]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T21:28:14.354 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:13.171949+0000 mon.smithi031 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T21:28:14.354 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:13.400963+0000 mon.smithi031 (mon.0) 345 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:14.354 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:13.401605+0000 mon.smithi031 (mon.0) 346 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-25T21:28:14.354 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:13.402184+0000 mon.smithi031 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:14.354 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:28:13.402686+0000 mgr.smithi031.sxuhmh (mgr.14182) 77 : cephadm [INF] Deploying daemon osd.4 on smithi149 2023-12-25T21:28:14.354 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:13.724189+0000 mon.smithi031 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.31:0/3406888474' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:15.270 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:14.115602+0000 mon.smithi031 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-25T21:28:15.270 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:14.115656+0000 mon.smithi031 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-25T21:28:15.270 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:14.115771+0000 mon.smithi031 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:28:15.270 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:14.116161+0000 mon.smithi031 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:15.270 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:14.116403+0000 mon.smithi031 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:15.270 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:14.116539+0000 mon.smithi149 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/10007794,v1:172.21.15.149:6801/10007794]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:15.270 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:14.116627+0000 mon.smithi031 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:15.270 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:14.116866+0000 mon.smithi031 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:15.270 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:14.117103+0000 mon.smithi031 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:15.270 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:14.117301+0000 mon.smithi031 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:15.270 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:14.117495+0000 mon.smithi031 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:15.270 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:14.117654+0000 mon.smithi031 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:15.303 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:28:15.440 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:14.115602+0000 mon.smithi031 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-25T21:28:15.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:14.115656+0000 mon.smithi031 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-25T21:28:15.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:14.115771+0000 mon.smithi031 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:28:15.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:14.116161+0000 mon.smithi031 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:15.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:14.116403+0000 mon.smithi031 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:15.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:14.116539+0000 mon.smithi149 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/10007794,v1:172.21.15.149:6801/10007794]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:15.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:14.116627+0000 mon.smithi031 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:15.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:14.116866+0000 mon.smithi031 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:15.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:14.117103+0000 mon.smithi031 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:15.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:14.117301+0000 mon.smithi031 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:15.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:14.117495+0000 mon.smithi031 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:15.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:14.117654+0000 mon.smithi031 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:16.454 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:15.033858+0000 mgr.smithi031.sxuhmh (mgr.14182) 78 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:16.454 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:15.120499+0000 mon.smithi031 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-25T21:28:16.454 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:15.120554+0000 mon.smithi031 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-25T21:28:16.454 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:15.120796+0000 mon.smithi031 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:28:16.454 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:15.121141+0000 mon.smithi031 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:16.454 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:15.121296+0000 mon.smithi031 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:16.454 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:15.121462+0000 mon.smithi031 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:16.455 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:15.121608+0000 mon.smithi031 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:16.455 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:15.121763+0000 mon.smithi031 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:16.455 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:15.121907+0000 mon.smithi031 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:16.455 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:15.122083+0000 mon.smithi031 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:16.455 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:15.125295+0000 mon.smithi031 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:28:16.455 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:15.220942+0000 mon.smithi031 (mon.0) 371 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/3553687253,v1:172.21.15.31:6803/3553687253]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-25T21:28:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:15.033858+0000 mgr.smithi031.sxuhmh (mgr.14182) 78 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:28:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:15.120499+0000 mon.smithi031 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-25T21:28:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:15.120554+0000 mon.smithi031 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-25T21:28:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:15.120796+0000 mon.smithi031 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:28:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:15.121141+0000 mon.smithi031 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:15.121296+0000 mon.smithi031 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:15.121462+0000 mon.smithi031 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:15.121608+0000 mon.smithi031 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:15.121763+0000 mon.smithi031 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:15.121907+0000 mon.smithi031 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:15.122083+0000 mon.smithi031 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:15.125295+0000 mon.smithi031 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:28:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:15.220942+0000 mon.smithi031 (mon.0) 371 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/3553687253,v1:172.21.15.31:6803/3553687253]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-25T21:28:16.954 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:17.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:14.198431+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:17.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:14.198479+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:17.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:16.121026+0000 mon.smithi031 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.149:6800/10007794,v1:172.21.15.149:6801/10007794] boot 2023-12-25T21:28:17.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.121092+0000 mon.smithi031 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/3553687253,v1:172.21.15.31:6803/3553687253]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-25T21:28:17.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:16.121159+0000 mon.smithi031 (mon.0) 374 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-25T21:28:17.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.121566+0000 mon.smithi031 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:28:17.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.121868+0000 mon.smithi031 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.122105+0000 mon.smithi031 (mon.0) 377 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/3553687253,v1:172.21.15.31:6803/3553687253]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.126054+0000 mon.smithi031 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.126284+0000 mon.smithi031 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.126503+0000 mon.smithi031 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.126717+0000 mon.smithi031 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.126948+0000 mon.smithi031 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.127164+0000 mon.smithi031 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.395858+0000 mon.smithi031 (mon.0) 384 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.396541+0000 mon.smithi031 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.397122+0000 mon.smithi031 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:28:16.397612+0000 mgr.smithi031.sxuhmh (mgr.14182) 79 : cephadm [INF] Deploying daemon osd.5 on smithi031 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.617485+0000 mon.smithi149 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/1532581659,v1:172.21.15.149:6809/1532581659]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.617882+0000 mon.smithi031 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.784832+0000 mon.smithi031 (mon.0) 388 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:17.467 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.785613+0000 mon.smithi031 (mon.0) 389 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-25T21:28:17.468 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.786222+0000 mon.smithi031 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:17.468 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:16.953868+0000 mon.smithi031 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.31:0/2744832344' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:17.470 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:14.198431+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:17.470 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:14.198479+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:17.470 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:16.121026+0000 mon.smithi031 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.149:6800/10007794,v1:172.21.15.149:6801/10007794] boot 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.121092+0000 mon.smithi031 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/3553687253,v1:172.21.15.31:6803/3553687253]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:16.121159+0000 mon.smithi031 (mon.0) 374 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.121566+0000 mon.smithi031 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.121868+0000 mon.smithi031 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.122105+0000 mon.smithi031 (mon.0) 377 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/3553687253,v1:172.21.15.31:6803/3553687253]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.126054+0000 mon.smithi031 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.126284+0000 mon.smithi031 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.126503+0000 mon.smithi031 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.126717+0000 mon.smithi031 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.126948+0000 mon.smithi031 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.127164+0000 mon.smithi031 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.395858+0000 mon.smithi031 (mon.0) 384 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.396541+0000 mon.smithi031 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.397122+0000 mon.smithi031 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:17.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:28:16.397612+0000 mgr.smithi031.sxuhmh (mgr.14182) 79 : cephadm [INF] Deploying daemon osd.5 on smithi031 2023-12-25T21:28:17.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.617485+0000 mon.smithi149 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/1532581659,v1:172.21.15.149:6809/1532581659]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T21:28:17.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.617882+0000 mon.smithi031 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T21:28:17.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.784832+0000 mon.smithi031 (mon.0) 388 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:17.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.785613+0000 mon.smithi031 (mon.0) 389 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-25T21:28:17.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.786222+0000 mon.smithi031 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:17.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:16.953868+0000 mon.smithi031 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.31:0/2744832344' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:17.489 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1703539696,"num_in_osds":8,"osd_in_since":1703539681,"num_remapped_pgs":0} 2023-12-25T21:28:18.245 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:28:16.786811+0000 mgr.smithi031.sxuhmh (mgr.14182) 80 : cephadm [INF] Deploying daemon osd.6 on smithi149 2023-12-25T21:28:18.245 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:17.034073+0000 mgr.smithi031.sxuhmh (mgr.14182) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T21:28:18.245 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:17.122205+0000 mon.smithi031 (mon.0) 392 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/3553687253,v1:172.21.15.31:6803/3553687253]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-25T21:28:18.245 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:17.122265+0000 mon.smithi031 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-25T21:28:18.245 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:17.122324+0000 mon.smithi031 (mon.0) 394 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-25T21:28:18.245 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:17.122414+0000 mon.smithi031 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:18.245 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:17.122812+0000 mon.smithi149 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/1532581659,v1:172.21.15.149:6809/1532581659]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:17.123099+0000 mon.smithi031 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:17.123327+0000 mon.smithi031 (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:17.127338+0000 mon.smithi031 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:17.127687+0000 mon.smithi031 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:17.127878+0000 mon.smithi031 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:17.128043+0000 mon.smithi031 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:17.128253+0000 mon.smithi031 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:17.128416+0000 mon.smithi031 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:18.123131+0000 mon.smithi031 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:18.123190+0000 mon.smithi031 (mon.0) 405 : cluster [INF] osd.1 [v2:172.21.15.31:6802/3553687253,v1:172.21.15.31:6803/3553687253] boot 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:18.123207+0000 mon.smithi031 (mon.0) 406 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:18.123437+0000 mon.smithi031 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:18.123673+0000 mon.smithi031 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:18.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:28:16.786811+0000 mgr.smithi031.sxuhmh (mgr.14182) 80 : cephadm [INF] Deploying daemon osd.6 on smithi149 2023-12-25T21:28:18.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:17.034073+0000 mgr.smithi031.sxuhmh (mgr.14182) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T21:28:18.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:17.122205+0000 mon.smithi031 (mon.0) 392 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/3553687253,v1:172.21.15.31:6803/3553687253]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-25T21:28:18.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:17.122265+0000 mon.smithi031 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-25T21:28:18.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:17.122324+0000 mon.smithi031 (mon.0) 394 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-25T21:28:18.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:17.122414+0000 mon.smithi031 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:17.122812+0000 mon.smithi149 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/1532581659,v1:172.21.15.149:6809/1532581659]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:17.123099+0000 mon.smithi031 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:17.123327+0000 mon.smithi031 (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:17.127338+0000 mon.smithi031 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:17.127687+0000 mon.smithi031 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:17.127878+0000 mon.smithi031 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:17.128043+0000 mon.smithi031 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:17.128253+0000 mon.smithi031 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:17.128416+0000 mon.smithi031 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:18.123131+0000 mon.smithi031 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:18.123190+0000 mon.smithi031 (mon.0) 405 : cluster [INF] osd.1 [v2:172.21.15.31:6802/3553687253,v1:172.21.15.31:6803/3553687253] boot 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:18.123207+0000 mon.smithi031 (mon.0) 406 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:18.123437+0000 mon.smithi031 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:28:18.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:18.123673+0000 mon.smithi031 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:18.490 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:28:19.861 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:16.229241+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:19.862 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:16.229296+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:19.862 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:18.123868+0000 mon.smithi031 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:19.862 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:18.124347+0000 mon.smithi031 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:19.862 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:18.124540+0000 mon.smithi031 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:19.862 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:18.124701+0000 mon.smithi031 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:19.862 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:18.124867+0000 mon.smithi031 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:19.862 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:18.132810+0000 mon.smithi031 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:19.982 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:16.229241+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:19.982 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:16.229296+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:19.982 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:18.123868+0000 mon.smithi031 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:19.983 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:18.124347+0000 mon.smithi031 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:19.983 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:18.124540+0000 mon.smithi031 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:19.983 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:18.124701+0000 mon.smithi031 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:19.983 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:18.124867+0000 mon.smithi031 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:19.983 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:18.132810+0000 mon.smithi031 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:20.319 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:20.758 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1703539699,"num_in_osds":8,"osd_in_since":1703539681,"num_remapped_pgs":0} 2023-12-25T21:28:20.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:17.585079+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:20.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:17.585160+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:20.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:19.034290+0000 mgr.smithi031.sxuhmh (mgr.14182) 82 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:19.135165+0000 mon.smithi031 (mon.0) 415 : cluster [INF] osd.2 [v2:172.21.15.149:6808/1532581659,v1:172.21.15.149:6809/1532581659] boot 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:19.135200+0000 mon.smithi031 (mon.0) 416 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:19.135935+0000 mon.smithi031 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:19.136209+0000 mon.smithi031 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:19.136342+0000 mon.smithi031 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:19.136485+0000 mon.smithi031 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:19.136663+0000 mon.smithi031 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:19.136809+0000 mon.smithi031 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:19.137020+0000 mon.smithi031 (mon.0) 423 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 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-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:19.630613+0000 mon.smithi031 (mon.0) 424 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/3695250564,v1:172.21.15.31:6811/3695250564]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.008611+0000 mon.smithi149 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/1402237231,v1:172.21.15.149:6817/1402237231]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.008982+0000 mon.smithi031 (mon.0) 425 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.141244+0000 mon.smithi031 (mon.0) 426 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 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-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.141326+0000 mon.smithi031 (mon.0) 427 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/3695250564,v1:172.21.15.31:6811/3695250564]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-25T21:28:20.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.141393+0000 mon.smithi031 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:20.141468+0000 mon.smithi031 (mon.0) 429 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.141629+0000 mon.smithi031 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.141998+0000 mon.smithi149 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/1402237231,v1:172.21.15.149:6817/1402237231]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.142182+0000 mon.smithi031 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.142529+0000 mon.smithi031 (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/3695250564,v1:172.21.15.31:6811/3695250564]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.142858+0000 mon.smithi031 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.143269+0000 mon.smithi031 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.143633+0000 mon.smithi031 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.143876+0000 mon.smithi031 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.144555+0000 mon.smithi031 (mon.0) 437 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.319593+0000 mon.smithi031 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.31:0/604355989' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.462225+0000 mon.smithi031 (mon.0) 439 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.462891+0000 mon.smithi031 (mon.0) 440 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.463444+0000 mon.smithi031 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:28:20.463901+0000 mgr.smithi031.sxuhmh (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.7 on smithi031 2023-12-25T21:28:20.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:20.517529+0000 mon.smithi031 (mon.0) 442 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:17.585079+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:17.585160+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:19.034290+0000 mgr.smithi031.sxuhmh (mgr.14182) 82 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:19.135165+0000 mon.smithi031 (mon.0) 415 : cluster [INF] osd.2 [v2:172.21.15.149:6808/1532581659,v1:172.21.15.149:6809/1532581659] boot 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:19.135200+0000 mon.smithi031 (mon.0) 416 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:19.135935+0000 mon.smithi031 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:19.136209+0000 mon.smithi031 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:19.136342+0000 mon.smithi031 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:19.136485+0000 mon.smithi031 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:19.136663+0000 mon.smithi031 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:19.136809+0000 mon.smithi031 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:19.137020+0000 mon.smithi031 (mon.0) 423 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 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-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:19.630613+0000 mon.smithi031 (mon.0) 424 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/3695250564,v1:172.21.15.31:6811/3695250564]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-25T21:28:20.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.008611+0000 mon.smithi149 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/1402237231,v1:172.21.15.149:6817/1402237231]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.008982+0000 mon.smithi031 (mon.0) 425 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.141244+0000 mon.smithi031 (mon.0) 426 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 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-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.141326+0000 mon.smithi031 (mon.0) 427 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/3695250564,v1:172.21.15.31:6811/3695250564]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.141393+0000 mon.smithi031 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:20.141468+0000 mon.smithi031 (mon.0) 429 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.141629+0000 mon.smithi031 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.141998+0000 mon.smithi149 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/1402237231,v1:172.21.15.149:6817/1402237231]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.142182+0000 mon.smithi031 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.142529+0000 mon.smithi031 (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/3695250564,v1:172.21.15.31:6811/3695250564]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.142858+0000 mon.smithi031 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.143269+0000 mon.smithi031 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.143633+0000 mon.smithi031 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.143876+0000 mon.smithi031 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.144555+0000 mon.smithi031 (mon.0) 437 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-25T21:28:20.865 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.319593+0000 mon.smithi031 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.31:0/604355989' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:20.866 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.462225+0000 mon.smithi031 (mon.0) 439 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:20.866 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.462891+0000 mon.smithi031 (mon.0) 440 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-25T21:28:20.866 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.463444+0000 mon.smithi031 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:20.866 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:28:20.463901+0000 mgr.smithi031.sxuhmh (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.7 on smithi031 2023-12-25T21:28:20.866 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:20.517529+0000 mon.smithi031 (mon.0) 442 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:21.759 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:28:22.360 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:21.034573+0000 mgr.smithi031.sxuhmh (mgr.14182) 84 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T21:28:22.360 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.143026+0000 mon.smithi031 (mon.0) 443 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/3695250564,v1:172.21.15.31:6811/3695250564]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-25T21:28:22.360 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.143103+0000 mon.smithi031 (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-25T21:28:22.360 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.143219+0000 mon.smithi031 (mon.0) 445 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-25T21:28:22.360 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:21.143306+0000 mon.smithi031 (mon.0) 446 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-25T21:28:22.360 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.143432+0000 mon.smithi031 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:22.360 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.143804+0000 mon.smithi031 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:22.360 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.144263+0000 mon.smithi031 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:22.360 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.144473+0000 mon.smithi031 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:22.360 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.144631+0000 mon.smithi031 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:22.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.146045+0000 mon.smithi031 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:22.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.146793+0000 mon.smithi031 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:22.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:21.872672+0000 mon.smithi031 (mon.0) 454 : cluster [INF] osd.4 [v2:172.21.15.149:6816/1402237231,v1:172.21.15.149:6817/1402237231] boot 2023-12-25T21:28:22.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:21.872742+0000 mon.smithi031 (mon.0) 455 : cluster [INF] osd.3 [v2:172.21.15.31:6810/3695250564,v1:172.21.15.31:6811/3695250564] boot 2023-12-25T21:28:22.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:21.872799+0000 mon.smithi031 (mon.0) 456 : cluster [DBG] osdmap e22: 8 total, 5 up, 8 in 2023-12-25T21:28:22.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.873492+0000 mon.smithi031 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:22.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.873871+0000 mon.smithi031 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:22.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.874124+0000 mon.smithi031 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:22.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.874322+0000 mon.smithi031 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:22.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:21.874698+0000 mon.smithi031 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:22.410 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:21.034573+0000 mgr.smithi031.sxuhmh (mgr.14182) 84 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T21:28:22.410 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.143026+0000 mon.smithi031 (mon.0) 443 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/3695250564,v1:172.21.15.31:6811/3695250564]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-25T21:28:22.410 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.143103+0000 mon.smithi031 (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-25T21:28:22.410 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.143219+0000 mon.smithi031 (mon.0) 445 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-25T21:28:22.411 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:21.143306+0000 mon.smithi031 (mon.0) 446 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-25T21:28:22.411 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.143432+0000 mon.smithi031 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:22.411 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.143804+0000 mon.smithi031 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:22.411 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.144263+0000 mon.smithi031 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:22.411 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.144473+0000 mon.smithi031 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:22.411 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.144631+0000 mon.smithi031 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:22.411 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.146045+0000 mon.smithi031 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:22.411 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.146793+0000 mon.smithi031 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:22.411 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:21.872672+0000 mon.smithi031 (mon.0) 454 : cluster [INF] osd.4 [v2:172.21.15.149:6816/1402237231,v1:172.21.15.149:6817/1402237231] boot 2023-12-25T21:28:22.411 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:21.872742+0000 mon.smithi031 (mon.0) 455 : cluster [INF] osd.3 [v2:172.21.15.31:6810/3695250564,v1:172.21.15.31:6811/3695250564] boot 2023-12-25T21:28:22.411 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:21.872799+0000 mon.smithi031 (mon.0) 456 : cluster [DBG] osdmap e22: 8 total, 5 up, 8 in 2023-12-25T21:28:22.412 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.873492+0000 mon.smithi031 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:28:22.412 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.873871+0000 mon.smithi031 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:28:22.412 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.874124+0000 mon.smithi031 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:22.412 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.874322+0000 mon.smithi031 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:22.412 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:21.874698+0000 mon.smithi031 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:23.419 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:23.718 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:20.669258+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:23.718 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:20.669307+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:23.718 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:21.023249+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:23.718 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:21.023297+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:23.718 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:22.473867+0000 mon.smithi031 (mon.0) 462 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:23.718 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:22.873967+0000 mon.smithi031 (mon.0) 463 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-12-25T21:28:23.718 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:22.874110+0000 mon.smithi031 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:23.719 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:22.874435+0000 mon.smithi031 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:23.719 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:22.874594+0000 mon.smithi031 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:23.719 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:23.419066+0000 mon.smithi149 (mon.1) 16 : audit [DBG] from='client.? 172.21.15.31:0/2934778736' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:23.727 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:20.669258+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:23.727 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:20.669307+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:23.727 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:21.023249+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:23.728 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:21.023297+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:23.728 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:22.473867+0000 mon.smithi031 (mon.0) 462 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:23.728 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:22.873967+0000 mon.smithi031 (mon.0) 463 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-12-25T21:28:23.728 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:22.874110+0000 mon.smithi031 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:23.728 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:22.874435+0000 mon.smithi031 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:23.728 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:22.874594+0000 mon.smithi031 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:23.728 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:23.419066+0000 mon.smithi149 (mon.1) 16 : audit [DBG] from='client.? 172.21.15.31:0/2934778736' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:24.105 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":23,"num_osds":8,"num_up_osds":5,"osd_up_since":1703539701,"num_in_osds":8,"osd_in_since":1703539681,"num_remapped_pgs":0} 2023-12-25T21:28:24.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:23.034822+0000 mgr.smithi031.sxuhmh (mgr.14182) 85 : cluster [DBG] pgmap v54: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T21:28:24.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:23.645403+0000 mon.smithi031 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3183292167,v1:172.21.15.31:6819/3183292167]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-25T21:28:24.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:23.731253+0000 mon.smithi149 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/472254595,v1:172.21.15.149:6825/472254595]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T21:28:24.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:23.731766+0000 mon.smithi031 (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T21:28:24.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:23.879337+0000 mon.smithi031 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3183292167,v1:172.21.15.31:6819/3183292167]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-25T21:28:24.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:23.879383+0000 mon.smithi031 (mon.0) 470 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-25T21:28:24.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:23.879446+0000 mon.smithi031 (mon.0) 471 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-12-25T21:28:24.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:23.879580+0000 mon.smithi031 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:24.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:23.879883+0000 mon.smithi031 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:24.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:23.880130+0000 mon.smithi031 (mon.0) 474 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3183292167,v1:172.21.15.31:6819/3183292167]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-25T21:28:24.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:23.880509+0000 mon.smithi031 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:24.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:23.881133+0000 mon.smithi149 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/472254595,v1:172.21.15.149:6825/472254595]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:24.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:23.881406+0000 mon.smithi031 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:24.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:24.452900+0000 mon.smithi031 (mon.0) 477 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:24.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:23.034822+0000 mgr.smithi031.sxuhmh (mgr.14182) 85 : cluster [DBG] pgmap v54: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T21:28:24.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:23.645403+0000 mon.smithi031 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3183292167,v1:172.21.15.31:6819/3183292167]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-25T21:28:24.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:23.731253+0000 mon.smithi149 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/472254595,v1:172.21.15.149:6825/472254595]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T21:28:24.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:23.731766+0000 mon.smithi031 (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T21:28:24.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:23.879337+0000 mon.smithi031 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3183292167,v1:172.21.15.31:6819/3183292167]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-25T21:28:24.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:23.879383+0000 mon.smithi031 (mon.0) 470 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-25T21:28:24.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:23.879446+0000 mon.smithi031 (mon.0) 471 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-12-25T21:28:24.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:23.879580+0000 mon.smithi031 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:24.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:23.879883+0000 mon.smithi031 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:24.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:23.880130+0000 mon.smithi031 (mon.0) 474 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3183292167,v1:172.21.15.31:6819/3183292167]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-25T21:28:24.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:23.880509+0000 mon.smithi031 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:24.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:23.881133+0000 mon.smithi149 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/472254595,v1:172.21.15.149:6825/472254595]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:24.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:23.881406+0000 mon.smithi031 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-25T21:28:24.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:24.452900+0000 mon.smithi031 (mon.0) 477 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:25.106 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:28:26.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:24.878519+0000 mon.smithi031 (mon.0) 478 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3183292167,v1:172.21.15.31:6819/3183292167]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-25T21:28:26.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:24.878601+0000 mon.smithi031 (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-25T21:28:26.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:24.878686+0000 mon.smithi031 (mon.0) 480 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-25T21:28:26.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:24.878839+0000 mon.smithi031 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:26.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:24.879230+0000 mon.smithi031 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:26.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:24.879646+0000 mon.smithi031 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:26.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:24.881975+0000 mon.smithi031 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:26.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:24.882937+0000 mon.smithi031 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:26.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:25.035116+0000 mgr.smithi031.sxuhmh (mgr.14182) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T21:28:26.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:24.878519+0000 mon.smithi031 (mon.0) 478 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3183292167,v1:172.21.15.31:6819/3183292167]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-25T21:28:26.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:24.878601+0000 mon.smithi031 (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-25T21:28:26.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:24.878686+0000 mon.smithi031 (mon.0) 480 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-25T21:28:26.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:24.878839+0000 mon.smithi031 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:26.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:24.879230+0000 mon.smithi031 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:26.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:24.879646+0000 mon.smithi031 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:26.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:24.881975+0000 mon.smithi031 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:26.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:24.882937+0000 mon.smithi031 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:26.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:25.035116+0000 mgr.smithi031.sxuhmh (mgr.14182) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T21:28:26.643 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:27.045 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":26,"num_osds":8,"num_up_osds":7,"osd_up_since":1703539705,"num_in_osds":8,"osd_in_since":1703539681,"num_remapped_pgs":0} 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:24.647407+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:24.647470+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:24.734813+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:24.734870+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:25.880800+0000 mon.smithi031 (mon.0) 486 : cluster [INF] osd.6 [v2:172.21.15.149:6824/472254595,v1:172.21.15.149:6825/472254595] boot 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:25.880835+0000 mon.smithi031 (mon.0) 487 : cluster [INF] osd.5 [v2:172.21.15.31:6818/3183292167,v1:172.21.15.31:6819/3183292167] boot 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:25.880852+0000 mon.smithi031 (mon.0) 488 : cluster [DBG] osdmap e26: 8 total, 7 up, 8 in 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:25.881413+0000 mon.smithi031 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:25.881805+0000 mon.smithi031 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:25.882112+0000 mon.smithi031 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:26.643414+0000 mon.smithi031 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.31:0/3561291709' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:26.671075+0000 mon.smithi031 (mon.0) 493 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:27.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:26.673002+0000 mon.smithi031 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:28:27.253 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:24.647407+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:27.253 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:24.647470+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:27.253 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:24.734813+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:27.253 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:24.734870+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:27.253 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:25.880800+0000 mon.smithi031 (mon.0) 486 : cluster [INF] osd.6 [v2:172.21.15.149:6824/472254595,v1:172.21.15.149:6825/472254595] boot 2023-12-25T21:28:27.253 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:25.880835+0000 mon.smithi031 (mon.0) 487 : cluster [INF] osd.5 [v2:172.21.15.31:6818/3183292167,v1:172.21.15.31:6819/3183292167] boot 2023-12-25T21:28:27.253 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:25.880852+0000 mon.smithi031 (mon.0) 488 : cluster [DBG] osdmap e26: 8 total, 7 up, 8 in 2023-12-25T21:28:27.253 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:25.881413+0000 mon.smithi031 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:28:27.253 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:25.881805+0000 mon.smithi031 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:28:27.253 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:25.882112+0000 mon.smithi031 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:27.253 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:26.643414+0000 mon.smithi031 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.31:0/3561291709' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:27.253 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:26.671075+0000 mon.smithi031 (mon.0) 493 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:27.254 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:26.673002+0000 mon.smithi031 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:28:28.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:27.035489+0000 mgr.smithi031.sxuhmh (mgr.14182) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:28:28.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:27.662406+0000 mon.smithi031 (mon.0) 495 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/2985908220,v1:172.21.15.31:6827/2985908220]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-25T21:28:28.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:27.672434+0000 mon.smithi031 (mon.0) 496 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/2985908220,v1:172.21.15.31:6827/2985908220]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-25T21:28:28.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:27.672502+0000 mon.smithi031 (mon.0) 497 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-12-25T21:28:28.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:27.672609+0000 mon.smithi031 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:28.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:27.673065+0000 mon.smithi031 (mon.0) 499 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/2985908220,v1:172.21.15.31:6827/2985908220]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-25T21:28:28.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:27.035489+0000 mgr.smithi031.sxuhmh (mgr.14182) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:28:28.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:27.662406+0000 mon.smithi031 (mon.0) 495 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/2985908220,v1:172.21.15.31:6827/2985908220]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-25T21:28:28.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:27.672434+0000 mon.smithi031 (mon.0) 496 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/2985908220,v1:172.21.15.31:6827/2985908220]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-25T21:28:28.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:27.672502+0000 mon.smithi031 (mon.0) 497 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-12-25T21:28:28.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:27.672609+0000 mon.smithi031 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:28.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:27.673065+0000 mon.smithi031 (mon.0) 499 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/2985908220,v1:172.21.15.31:6827/2985908220]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-25T21:28:28.046 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:28:29.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:27.976181+0000 mon.smithi031 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:29.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:28.673910+0000 mon.smithi031 (mon.0) 501 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/2985908220,v1:172.21.15.31:6827/2985908220]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-25T21:28:29.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:28.673975+0000 mon.smithi031 (mon.0) 502 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-12-25T21:28:29.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:28.674117+0000 mon.smithi031 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:29.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:28.677652+0000 mon.smithi031 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:29.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:27.976181+0000 mon.smithi031 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:29.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:28.673910+0000 mon.smithi031 (mon.0) 501 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/2985908220,v1:172.21.15.31:6827/2985908220]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-25T21:28:29.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:28.673975+0000 mon.smithi031 (mon.0) 502 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-12-25T21:28:29.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:28.674117+0000 mon.smithi031 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:29.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:28.677652+0000 mon.smithi031 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:29.752 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:30.130 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:29.035884+0000 mgr.smithi031.sxuhmh (mgr.14182) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:28:30.130 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:29.675284+0000 mon.smithi031 (mon.0) 505 : cluster [INF] osd.7 [v2:172.21.15.31:6826/2985908220,v1:172.21.15.31:6827/2985908220] boot 2023-12-25T21:28:30.130 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:29.675338+0000 mon.smithi031 (mon.0) 506 : cluster [DBG] osdmap e29: 8 total, 8 up, 8 in 2023-12-25T21:28:30.130 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:29.675513+0000 mon.smithi031 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:30.130 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:29.753282+0000 mon.smithi031 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.31:0/1060378448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:30.130 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:29.769861+0000 mon.smithi031 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:30.131 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":29,"num_osds":8,"num_up_osds":8,"osd_up_since":1703539709,"num_in_osds":8,"osd_in_since":1703539681,"num_remapped_pgs":1} 2023-12-25T21:28:30.131 INFO:tasks.cephadm:Setting up client nodes... 2023-12-25T21:28:30.132 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-25T21:28:30.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:29.035884+0000 mgr.smithi031.sxuhmh (mgr.14182) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:28:30.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:29.675284+0000 mon.smithi031 (mon.0) 505 : cluster [INF] osd.7 [v2:172.21.15.31:6826/2985908220,v1:172.21.15.31:6827/2985908220] boot 2023-12-25T21:28:30.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:29.675338+0000 mon.smithi031 (mon.0) 506 : cluster [DBG] osdmap e29: 8 total, 8 up, 8 in 2023-12-25T21:28:30.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:29.675513+0000 mon.smithi031 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:28:30.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:29.753282+0000 mon.smithi031 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.31:0/1060378448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:28:30.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:29.769861+0000 mon.smithi031 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:31.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:28.667104+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:31.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:28.667147+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:31.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:28:30.513202+0000 mgr.smithi031.sxuhmh (mgr.14182) 89 : cephadm [INF] Detected new or changed devices on smithi149 2023-12-25T21:28:31.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:30.518185+0000 mon.smithi031 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:31.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:30.676894+0000 mon.smithi031 (mon.0) 511 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-12-25T21:28:31.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:30.800766+0000 mon.smithi031 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:31.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:30.801491+0000 mon.smithi031 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:31.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:30.802091+0000 mon.smithi031 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:31.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:30.802716+0000 mon.smithi031 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:31.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:28:30.803221+0000 mgr.smithi031.sxuhmh (mgr.14182) 90 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 1170M 2023-12-25T21:28:31.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:30.807073+0000 mon.smithi031 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:31.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:31.036168+0000 mgr.smithi031.sxuhmh (mgr.14182) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:31.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:28.667104+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:28:31.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:28.667147+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:28:31.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:28:30.513202+0000 mgr.smithi031.sxuhmh (mgr.14182) 89 : cephadm [INF] Detected new or changed devices on smithi149 2023-12-25T21:28:31.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:30.518185+0000 mon.smithi031 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:31.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:30.676894+0000 mon.smithi031 (mon.0) 511 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-12-25T21:28:31.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:30.800766+0000 mon.smithi031 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:31.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:30.801491+0000 mon.smithi031 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:31.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:30.802091+0000 mon.smithi031 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:31.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:30.802716+0000 mon.smithi031 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:31.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:28:30.803221+0000 mgr.smithi031.sxuhmh (mgr.14182) 90 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 1170M 2023-12-25T21:28:31.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:30.807073+0000 mon.smithi031 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:31.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:31.036168+0000 mgr.smithi031.sxuhmh (mgr.14182) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:31.826 INFO:teuthology.orchestra.run.smithi031.stdout:[client.0] 2023-12-25T21:28:31.826 INFO:teuthology.orchestra.run.smithi031.stdout: key = AQD/84lleHwZMRAAVy5QHoiNUwKWYAFkQekb6A== 2023-12-25T21:28:32.403 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:28:32.403 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-25T21:28:32.403 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-25T21:28:32.445 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-25T21:28:32.752 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:31.677131+0000 mon.smithi031 (mon.0) 517 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-12-25T21:28:32.753 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:31.823607+0000 mon.smithi031 (mon.0) 518 : audit [INF] from='client.? 172.21.15.31:0/2702301111' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:28:32.753 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:31.826569+0000 mon.smithi031 (mon.0) 519 : audit [INF] from='client.? 172.21.15.31:0/2702301111' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T21:28:33.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:31.677131+0000 mon.smithi031 (mon.0) 517 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-12-25T21:28:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:31.823607+0000 mon.smithi031 (mon.0) 518 : audit [INF] from='client.? 172.21.15.31:0/2702301111' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:28:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:31.826569+0000 mon.smithi031 (mon.0) 519 : audit [INF] from='client.? 172.21.15.31:0/2702301111' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T21:28:33.857 INFO:teuthology.orchestra.run.smithi149.stdout:[client.1] 2023-12-25T21:28:33.857 INFO:teuthology.orchestra.run.smithi149.stdout: key = AQAB9IllazvuMhAAm/dna8LhczwmArZlEECHPg== 2023-12-25T21:28:33.981 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:28:32.691909+0000 mgr.smithi031.sxuhmh (mgr.14182) 92 : cephadm [INF] Detected new or changed devices on smithi031 2023-12-25T21:28:33.981 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:32.699356+0000 mon.smithi031 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:33.981 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:32.995992+0000 mon.smithi031 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:33.981 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:32.996625+0000 mon.smithi031 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:32.997148+0000 mon.smithi031 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:32.997647+0000 mon.smithi031 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:28:32.998047+0000 mgr.smithi031.sxuhmh (mgr.14182) 93 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 3225M 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:33.001766+0000 mon.smithi031 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:33.002729+0000 mon.smithi031 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:33.003312+0000 mon.smithi031 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:33.008966+0000 mon.smithi031 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:33.012584+0000 mon.smithi031 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:33.015897+0000 mon.smithi031 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:33.016932+0000 mon.smithi031 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:33.017151+0000 mon.smithi031 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:33.017585+0000 mon.smithi031 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:33.982 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:33.036444+0000 mgr.smithi031.sxuhmh (mgr.14182) 94 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:34.013 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:28:32.691909+0000 mgr.smithi031.sxuhmh (mgr.14182) 92 : cephadm [INF] Detected new or changed devices on smithi031 2023-12-25T21:28:34.013 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:32.699356+0000 mon.smithi031 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:34.013 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:32.995992+0000 mon.smithi031 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:34.013 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:32.996625+0000 mon.smithi031 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:34.013 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:32.997148+0000 mon.smithi031 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:34.014 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:32.997647+0000 mon.smithi031 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:28:34.014 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:28:32.998047+0000 mgr.smithi031.sxuhmh (mgr.14182) 93 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 3225M 2023-12-25T21:28:34.014 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:33.001766+0000 mon.smithi031 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:34.014 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:33.002729+0000 mon.smithi031 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:34.014 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:33.003312+0000 mon.smithi031 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:28:34.014 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:33.008966+0000 mon.smithi031 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:34.014 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:33.012584+0000 mon.smithi031 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:28:34.014 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:33.015897+0000 mon.smithi031 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:28:34.014 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:33.016932+0000 mon.smithi031 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:28:34.014 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:33.017151+0000 mon.smithi031 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:34.014 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:33.017585+0000 mon.smithi031 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:34.014 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:33.036444+0000 mgr.smithi031.sxuhmh (mgr.14182) 94 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:34.279 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-25T21:28:34.279 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-25T21:28:34.279 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-25T21:28:34.322 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T21:28:34.602 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:35.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:33.853617+0000 mon.smithi149 (mon.1) 19 : audit [INF] from='client.? 172.21.15.149:0/1464354957' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:28:35.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:33.854289+0000 mon.smithi031 (mon.0) 534 : 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-25T21:28:35.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:33.857416+0000 mon.smithi031 (mon.0) 535 : 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-25T21:28:35.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:33.853617+0000 mon.smithi149 (mon.1) 19 : audit [INF] from='client.? 172.21.15.149:0/1464354957' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:28:35.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:33.854289+0000 mon.smithi031 (mon.0) 534 : 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-25T21:28:35.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:33.857416+0000 mon.smithi031 (mon.0) 535 : 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-25T21:28:35.874 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:35.874 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":31,"fsid":"11103ba8-a36c-11ee-95a5-87774f69a715","created":"2023-12-25T21:25:33.288910+0000","modified":"2023-12-25T21:28:31.673985+0000","last_up_change":"2023-12-25T21:28:29.671383+0000","last_in_change":"2023-12-25T21:28:01.879981+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":13,"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-25T21:28:19.606736+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":"25","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":"032fe496-99f4-4875-8a1f-95632ce3c877","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6800","nonce":10007794},{"type":"v1","addr":"172.21.15.149:6801","nonce":10007794}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":10007794},{"type":"v1","addr":"172.21.15.149:6803","nonce":10007794}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":10007794},{"type":"v1","addr":"172.21.15.149:6807","nonce":10007794}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":10007794},{"type":"v1","addr":"172.21.15.149:6805","nonce":10007794}]},"public_addr":"172.21.15.149:6801/10007794","cluster_addr":"172.21.15.149:6803/10007794","heartbeat_back_addr":"172.21.15.149:6807/10007794","heartbeat_front_addr":"172.21.15.149:6805/10007794","state":["exists","up"]},{"osd":1,"uuid":"000b9664-ff41-4947-88a1-34701fc0a3e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3553687253},{"type":"v1","addr":"172.21.15.31:6803","nonce":3553687253}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3553687253},{"type":"v1","addr":"172.21.15.31:6805","nonce":3553687253}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":3553687253},{"type":"v1","addr":"172.21.15.31:6809","nonce":3553687253}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3553687253},{"type":"v1","addr":"172.21.15.31:6807","nonce":3553687253}]},"public_addr":"172.21.15.31:6803/3553687253","cluster_addr":"172.21.15.31:6805/3553687253","heartbeat_back_addr":"172.21.15.31:6809/3553687253","heartbeat_front_addr":"172.21.15.31:6807/3553687253","state":["exists","up"]},{"osd":2,"uuid":"e610d3e4-b3d3-4c6e-aa55-9d7718003e57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6808","nonce":1532581659},{"type":"v1","addr":"172.21.15.149:6809","nonce":1532581659}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6810","nonce":1532581659},{"type":"v1","addr":"172.21.15.149:6811","nonce":1532581659}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6814","nonce":1532581659},{"type":"v1","addr":"172.21.15.149:6815","nonce":1532581659}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6812","nonce":1532581659},{"type":"v1","addr":"172.21.15.149:6813","nonce":1532581659}]},"public_addr":"172.21.15.149:6809/1532581659","cluster_addr":"172.21.15.149:6811/1532581659","heartbeat_back_addr":"172.21.15.149:6815/1532581659","heartbeat_front_addr":"172.21.15.149:6813/1532581659","state":["exists","up"]},{"osd":3,"uuid":"036da46c-7bb5-4229-a4ab-49eb840dc9bc","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.31:6810","nonce":3695250564},{"type":"v1","addr":"172.21.15.31:6811","nonce":3695250564}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":3695250564},{"type":"v1","addr":"172.21.15.31:6813","nonce":3695250564}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":3695250564},{"type":"v1","addr":"172.21.15.31:6817","nonce":3695250564}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":3695250564},{"type":"v1","addr":"172.21.15.31:6815","nonce":3695250564}]},"public_addr":"172.21.15.31:6811/3695250564","cluster_addr":"172.21.15.31:6813/3695250564","heartbeat_back_addr":"172.21.15.31:6817/3695250564","heartbeat_front_addr":"172.21.15.31:6815/3695250564","state":["exists","up"]},{"osd":4,"uuid":"460fb167-7e8c-46f5-b5b6-f0c8d0ab0a95","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.149:6816","nonce":1402237231},{"type":"v1","addr":"172.21.15.149:6817","nonce":1402237231}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6818","nonce":1402237231},{"type":"v1","addr":"172.21.15.149:6819","nonce":1402237231}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6822","nonce":1402237231},{"type":"v1","addr":"172.21.15.149:6823","nonce":1402237231}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6820","nonce":1402237231},{"type":"v1","addr":"172.21.15.149:6821","nonce":1402237231}]},"public_addr":"172.21.15.149:6817/1402237231","cluster_addr":"172.21.15.149:6819/1402237231","heartbeat_back_addr":"172.21.15.149:6823/1402237231","heartbeat_front_addr":"172.21.15.149:6821/1402237231","state":["exists","up"]},{"osd":5,"uuid":"6366fee6-0911-4588-b625-a4af87d36ba8","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.31:6818","nonce":3183292167},{"type":"v1","addr":"172.21.15.31:6819","nonce":3183292167}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":3183292167},{"type":"v1","addr":"172.21.15.31:6821","nonce":3183292167}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":3183292167},{"type":"v1","addr":"172.21.15.31:6825","nonce":3183292167}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":3183292167},{"type":"v1","addr":"172.21.15.31:6823","nonce":3183292167}]},"public_addr":"172.21.15.31:6819/3183292167","cluster_addr":"172.21.15.31:6821/3183292167","heartbeat_back_addr":"172.21.15.31:6825/3183292167","heartbeat_front_addr":"172.21.15.31:6823/3183292167","state":["exists","up"]},{"osd":6,"uuid":"681151bd-2078-4c97-8ec9-8c09a0dbdffe","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.149:6824","nonce":472254595},{"type":"v1","addr":"172.21.15.149:6825","nonce":472254595}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6826","nonce":472254595},{"type":"v1","addr":"172.21.15.149:6827","nonce":472254595}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6830","nonce":472254595},{"type":"v1","addr":"172.21.15.149:6831","nonce":472254595}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6828","nonce":472254595},{"type":"v1","addr":"172.21.15.149:6829","nonce":472254595}]},"public_addr":"172.21.15.149:6825/472254595","cluster_addr":"172.21.15.149:6827/472254595","heartbeat_back_addr":"172.21.15.149:6831/472254595","heartbeat_front_addr":"172.21.15.149:6829/472254595","state":["exists","up"]},{"osd":7,"uuid":"208e90b3-74fc-490a-960f-9e88c889f4f3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":2985908220},{"type":"v1","addr":"172.21.15.31:6827","nonce":2985908220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":2985908220},{"type":"v1","addr":"172.21.15.31:6829","nonce":2985908220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":2985908220},{"type":"v1","addr":"172.21.15.31:6833","nonce":2985908220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":2985908220},{"type":"v1","addr":"172.21.15.31:6831","nonce":2985908220}]},"public_addr":"172.21.15.31:6827/2985908220","cluster_addr":"172.21.15.31:6829/2985908220","heartbeat_back_addr":"172.21.15.31:6833/2985908220","heartbeat_front_addr":"172.21.15.31:6831/2985908220","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-25T21:28:14.198481+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-25T21:28:16.229298+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-25T21:28:17.585166+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-25T21:28:20.669309+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-25T21:28:21.023299+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-25T21:28:24.647472+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-25T21:28:24.734872+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-25T21:28:28.667149+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:6801/1315433703":"2023-12-26T21:26:59.018743+0000","172.21.15.31:6800/1315433703":"2023-12-26T21:26:59.018743+0000","172.21.15.31:0/4116575107":"2023-12-26T21:26:59.018743+0000","172.21.15.31:6801/2438292024":"2023-12-26T21:26:22.081758+0000","172.21.15.31:0/89310702":"2023-12-26T21:26:22.081758+0000","172.21.15.31:0/3382033232":"2023-12-26T21:26:22.081758+0000","172.21.15.31:6800/2438292024":"2023-12-26T21:26:22.081758+0000","172.21.15.31:0/4280018811":"2023-12-26T21:26:59.018743+0000","172.21.15.31:6800/270948868":"2023-12-26T21:25:55.450771+0000","172.21.15.31:6801/270948868":"2023-12-26T21:25:55.450771+0000","172.21.15.31:0/3924156430":"2023-12-26T21:25:55.450771+0000","172.21.15.31:0/1637132286":"2023-12-26T21:25:55.450771+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-25T21:28:35.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:35.036716+0000 mgr.smithi031.sxuhmh (mgr.14182) 95 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:36.006 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:35.036716+0000 mgr.smithi031.sxuhmh (mgr.14182) 95 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:36.249 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-25T21:28:19.606736+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': '25', '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-25T21:28:36.249 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-25T21:28:36.532 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:36.963 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:35.873679+0000 mon.smithi031 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.31:0/2224271869' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:28:37.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:35.873679+0000 mon.smithi031 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.31:0/2224271869' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:28:37.668 INFO:teuthology.orchestra.run.smithi031.stdout:pg_num: 1 2023-12-25T21:28:38.146 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:37.036969+0000 mgr.smithi031.sxuhmh (mgr.14182) 96 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:38.146 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:37.668752+0000 mon.smithi031 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.31:0/3152352791' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-25T21:28:38.185 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:37.036969+0000 mgr.smithi031.sxuhmh (mgr.14182) 96 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:38.185 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:37.668752+0000 mon.smithi031 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.31:0/3152352791' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-25T21:28:38.187 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-25T21:28:38.187 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-25T21:28:38.187 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-25T21:28:38.767 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:40.237 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:40.446 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:39.037308+0000 mgr.smithi031.sxuhmh (mgr.14182) 97 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:40.446 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:39.146974+0000 mon.smithi031 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:40.446 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:40.140624+0000 mon.smithi031 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:40.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:39.037308+0000 mgr.smithi031.sxuhmh (mgr.14182) 97 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:40.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:39.146974+0000 mon.smithi031 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:40.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:40.140624+0000 mon.smithi031 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:28:40.643 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi031.sxuhmh","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6800","nonce":1221846794},{"type":"v1","addr":"172.21.15.31:6801","nonce":1221846794}]},"active_addr":"172.21.15.31:6801/1221846794","active_change":"2023-12-25T21:26:59.018854+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi149.zjrqlf","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.31:8443/","prometheus":"http://172.21.15.31: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.31:0","nonce":2993393460}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":1983219818}]}]} 2023-12-25T21:28:40.648 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-25T21:28:40.648 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-25T21:28:40.648 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T21:28:40.921 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:41.362 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:40.232301+0000 mon.smithi031 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.31:0/1168882908' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-25T21:28:41.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:40.232301+0000 mon.smithi031 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.31:0/1168882908' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-25T21:28:42.065 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:42.065 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":31,"fsid":"11103ba8-a36c-11ee-95a5-87774f69a715","created":"2023-12-25T21:25:33.288910+0000","modified":"2023-12-25T21:28:31.673985+0000","last_up_change":"2023-12-25T21:28:29.671383+0000","last_in_change":"2023-12-25T21:28:01.879981+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":13,"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-25T21:28:19.606736+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":"25","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":"032fe496-99f4-4875-8a1f-95632ce3c877","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6800","nonce":10007794},{"type":"v1","addr":"172.21.15.149:6801","nonce":10007794}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":10007794},{"type":"v1","addr":"172.21.15.149:6803","nonce":10007794}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":10007794},{"type":"v1","addr":"172.21.15.149:6807","nonce":10007794}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":10007794},{"type":"v1","addr":"172.21.15.149:6805","nonce":10007794}]},"public_addr":"172.21.15.149:6801/10007794","cluster_addr":"172.21.15.149:6803/10007794","heartbeat_back_addr":"172.21.15.149:6807/10007794","heartbeat_front_addr":"172.21.15.149:6805/10007794","state":["exists","up"]},{"osd":1,"uuid":"000b9664-ff41-4947-88a1-34701fc0a3e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3553687253},{"type":"v1","addr":"172.21.15.31:6803","nonce":3553687253}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3553687253},{"type":"v1","addr":"172.21.15.31:6805","nonce":3553687253}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":3553687253},{"type":"v1","addr":"172.21.15.31:6809","nonce":3553687253}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3553687253},{"type":"v1","addr":"172.21.15.31:6807","nonce":3553687253}]},"public_addr":"172.21.15.31:6803/3553687253","cluster_addr":"172.21.15.31:6805/3553687253","heartbeat_back_addr":"172.21.15.31:6809/3553687253","heartbeat_front_addr":"172.21.15.31:6807/3553687253","state":["exists","up"]},{"osd":2,"uuid":"e610d3e4-b3d3-4c6e-aa55-9d7718003e57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6808","nonce":1532581659},{"type":"v1","addr":"172.21.15.149:6809","nonce":1532581659}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6810","nonce":1532581659},{"type":"v1","addr":"172.21.15.149:6811","nonce":1532581659}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6814","nonce":1532581659},{"type":"v1","addr":"172.21.15.149:6815","nonce":1532581659}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6812","nonce":1532581659},{"type":"v1","addr":"172.21.15.149:6813","nonce":1532581659}]},"public_addr":"172.21.15.149:6809/1532581659","cluster_addr":"172.21.15.149:6811/1532581659","heartbeat_back_addr":"172.21.15.149:6815/1532581659","heartbeat_front_addr":"172.21.15.149:6813/1532581659","state":["exists","up"]},{"osd":3,"uuid":"036da46c-7bb5-4229-a4ab-49eb840dc9bc","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.31:6810","nonce":3695250564},{"type":"v1","addr":"172.21.15.31:6811","nonce":3695250564}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":3695250564},{"type":"v1","addr":"172.21.15.31:6813","nonce":3695250564}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":3695250564},{"type":"v1","addr":"172.21.15.31:6817","nonce":3695250564}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":3695250564},{"type":"v1","addr":"172.21.15.31:6815","nonce":3695250564}]},"public_addr":"172.21.15.31:6811/3695250564","cluster_addr":"172.21.15.31:6813/3695250564","heartbeat_back_addr":"172.21.15.31:6817/3695250564","heartbeat_front_addr":"172.21.15.31:6815/3695250564","state":["exists","up"]},{"osd":4,"uuid":"460fb167-7e8c-46f5-b5b6-f0c8d0ab0a95","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.149:6816","nonce":1402237231},{"type":"v1","addr":"172.21.15.149:6817","nonce":1402237231}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6818","nonce":1402237231},{"type":"v1","addr":"172.21.15.149:6819","nonce":1402237231}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6822","nonce":1402237231},{"type":"v1","addr":"172.21.15.149:6823","nonce":1402237231}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6820","nonce":1402237231},{"type":"v1","addr":"172.21.15.149:6821","nonce":1402237231}]},"public_addr":"172.21.15.149:6817/1402237231","cluster_addr":"172.21.15.149:6819/1402237231","heartbeat_back_addr":"172.21.15.149:6823/1402237231","heartbeat_front_addr":"172.21.15.149:6821/1402237231","state":["exists","up"]},{"osd":5,"uuid":"6366fee6-0911-4588-b625-a4af87d36ba8","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.31:6818","nonce":3183292167},{"type":"v1","addr":"172.21.15.31:6819","nonce":3183292167}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":3183292167},{"type":"v1","addr":"172.21.15.31:6821","nonce":3183292167}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":3183292167},{"type":"v1","addr":"172.21.15.31:6825","nonce":3183292167}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":3183292167},{"type":"v1","addr":"172.21.15.31:6823","nonce":3183292167}]},"public_addr":"172.21.15.31:6819/3183292167","cluster_addr":"172.21.15.31:6821/3183292167","heartbeat_back_addr":"172.21.15.31:6825/3183292167","heartbeat_front_addr":"172.21.15.31:6823/3183292167","state":["exists","up"]},{"osd":6,"uuid":"681151bd-2078-4c97-8ec9-8c09a0dbdffe","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.149:6824","nonce":472254595},{"type":"v1","addr":"172.21.15.149:6825","nonce":472254595}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6826","nonce":472254595},{"type":"v1","addr":"172.21.15.149:6827","nonce":472254595}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6830","nonce":472254595},{"type":"v1","addr":"172.21.15.149:6831","nonce":472254595}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6828","nonce":472254595},{"type":"v1","addr":"172.21.15.149:6829","nonce":472254595}]},"public_addr":"172.21.15.149:6825/472254595","cluster_addr":"172.21.15.149:6827/472254595","heartbeat_back_addr":"172.21.15.149:6831/472254595","heartbeat_front_addr":"172.21.15.149:6829/472254595","state":["exists","up"]},{"osd":7,"uuid":"208e90b3-74fc-490a-960f-9e88c889f4f3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":2985908220},{"type":"v1","addr":"172.21.15.31:6827","nonce":2985908220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":2985908220},{"type":"v1","addr":"172.21.15.31:6829","nonce":2985908220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":2985908220},{"type":"v1","addr":"172.21.15.31:6833","nonce":2985908220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":2985908220},{"type":"v1","addr":"172.21.15.31:6831","nonce":2985908220}]},"public_addr":"172.21.15.31:6827/2985908220","cluster_addr":"172.21.15.31:6829/2985908220","heartbeat_back_addr":"172.21.15.31:6833/2985908220","heartbeat_front_addr":"172.21.15.31:6831/2985908220","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-25T21:28:14.198481+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-25T21:28:16.229298+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-25T21:28:17.585166+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-25T21:28:20.669309+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-25T21:28:21.023299+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-25T21:28:24.647472+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-25T21:28:24.734872+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-25T21:28:28.667149+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:6801/1315433703":"2023-12-26T21:26:59.018743+0000","172.21.15.31:6800/1315433703":"2023-12-26T21:26:59.018743+0000","172.21.15.31:0/4116575107":"2023-12-26T21:26:59.018743+0000","172.21.15.31:6801/2438292024":"2023-12-26T21:26:22.081758+0000","172.21.15.31:0/89310702":"2023-12-26T21:26:22.081758+0000","172.21.15.31:0/3382033232":"2023-12-26T21:26:22.081758+0000","172.21.15.31:6800/2438292024":"2023-12-26T21:26:22.081758+0000","172.21.15.31:0/4280018811":"2023-12-26T21:26:59.018743+0000","172.21.15.31:6800/270948868":"2023-12-26T21:25:55.450771+0000","172.21.15.31:6801/270948868":"2023-12-26T21:25:55.450771+0000","172.21.15.31:0/3924156430":"2023-12-26T21:25:55.450771+0000","172.21.15.31:0/1637132286":"2023-12-26T21:25:55.450771+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-25T21:28:42.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:41.037695+0000 mgr.smithi031.sxuhmh (mgr.14182) 98 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:42.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:42.064577+0000 mon.smithi031 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.31:0/1986326570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:28:42.427 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-25T21:28:42.427 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T21:28:42.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:41.037695+0000 mgr.smithi031.sxuhmh (mgr.14182) 98 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:42.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:42.064577+0000 mon.smithi031 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.31:0/1986326570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:28:42.699 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:43.832 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:28:43.832 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":31,"fsid":"11103ba8-a36c-11ee-95a5-87774f69a715","created":"2023-12-25T21:25:33.288910+0000","modified":"2023-12-25T21:28:31.673985+0000","last_up_change":"2023-12-25T21:28:29.671383+0000","last_in_change":"2023-12-25T21:28:01.879981+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":13,"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-25T21:28:19.606736+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":"25","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":"032fe496-99f4-4875-8a1f-95632ce3c877","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6800","nonce":10007794},{"type":"v1","addr":"172.21.15.149:6801","nonce":10007794}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":10007794},{"type":"v1","addr":"172.21.15.149:6803","nonce":10007794}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":10007794},{"type":"v1","addr":"172.21.15.149:6807","nonce":10007794}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":10007794},{"type":"v1","addr":"172.21.15.149:6805","nonce":10007794}]},"public_addr":"172.21.15.149:6801/10007794","cluster_addr":"172.21.15.149:6803/10007794","heartbeat_back_addr":"172.21.15.149:6807/10007794","heartbeat_front_addr":"172.21.15.149:6805/10007794","state":["exists","up"]},{"osd":1,"uuid":"000b9664-ff41-4947-88a1-34701fc0a3e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3553687253},{"type":"v1","addr":"172.21.15.31:6803","nonce":3553687253}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3553687253},{"type":"v1","addr":"172.21.15.31:6805","nonce":3553687253}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":3553687253},{"type":"v1","addr":"172.21.15.31:6809","nonce":3553687253}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3553687253},{"type":"v1","addr":"172.21.15.31:6807","nonce":3553687253}]},"public_addr":"172.21.15.31:6803/3553687253","cluster_addr":"172.21.15.31:6805/3553687253","heartbeat_back_addr":"172.21.15.31:6809/3553687253","heartbeat_front_addr":"172.21.15.31:6807/3553687253","state":["exists","up"]},{"osd":2,"uuid":"e610d3e4-b3d3-4c6e-aa55-9d7718003e57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6808","nonce":1532581659},{"type":"v1","addr":"172.21.15.149:6809","nonce":1532581659}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6810","nonce":1532581659},{"type":"v1","addr":"172.21.15.149:6811","nonce":1532581659}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6814","nonce":1532581659},{"type":"v1","addr":"172.21.15.149:6815","nonce":1532581659}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6812","nonce":1532581659},{"type":"v1","addr":"172.21.15.149:6813","nonce":1532581659}]},"public_addr":"172.21.15.149:6809/1532581659","cluster_addr":"172.21.15.149:6811/1532581659","heartbeat_back_addr":"172.21.15.149:6815/1532581659","heartbeat_front_addr":"172.21.15.149:6813/1532581659","state":["exists","up"]},{"osd":3,"uuid":"036da46c-7bb5-4229-a4ab-49eb840dc9bc","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.31:6810","nonce":3695250564},{"type":"v1","addr":"172.21.15.31:6811","nonce":3695250564}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":3695250564},{"type":"v1","addr":"172.21.15.31:6813","nonce":3695250564}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":3695250564},{"type":"v1","addr":"172.21.15.31:6817","nonce":3695250564}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":3695250564},{"type":"v1","addr":"172.21.15.31:6815","nonce":3695250564}]},"public_addr":"172.21.15.31:6811/3695250564","cluster_addr":"172.21.15.31:6813/3695250564","heartbeat_back_addr":"172.21.15.31:6817/3695250564","heartbeat_front_addr":"172.21.15.31:6815/3695250564","state":["exists","up"]},{"osd":4,"uuid":"460fb167-7e8c-46f5-b5b6-f0c8d0ab0a95","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.149:6816","nonce":1402237231},{"type":"v1","addr":"172.21.15.149:6817","nonce":1402237231}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6818","nonce":1402237231},{"type":"v1","addr":"172.21.15.149:6819","nonce":1402237231}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6822","nonce":1402237231},{"type":"v1","addr":"172.21.15.149:6823","nonce":1402237231}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6820","nonce":1402237231},{"type":"v1","addr":"172.21.15.149:6821","nonce":1402237231}]},"public_addr":"172.21.15.149:6817/1402237231","cluster_addr":"172.21.15.149:6819/1402237231","heartbeat_back_addr":"172.21.15.149:6823/1402237231","heartbeat_front_addr":"172.21.15.149:6821/1402237231","state":["exists","up"]},{"osd":5,"uuid":"6366fee6-0911-4588-b625-a4af87d36ba8","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.31:6818","nonce":3183292167},{"type":"v1","addr":"172.21.15.31:6819","nonce":3183292167}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":3183292167},{"type":"v1","addr":"172.21.15.31:6821","nonce":3183292167}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":3183292167},{"type":"v1","addr":"172.21.15.31:6825","nonce":3183292167}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":3183292167},{"type":"v1","addr":"172.21.15.31:6823","nonce":3183292167}]},"public_addr":"172.21.15.31:6819/3183292167","cluster_addr":"172.21.15.31:6821/3183292167","heartbeat_back_addr":"172.21.15.31:6825/3183292167","heartbeat_front_addr":"172.21.15.31:6823/3183292167","state":["exists","up"]},{"osd":6,"uuid":"681151bd-2078-4c97-8ec9-8c09a0dbdffe","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.149:6824","nonce":472254595},{"type":"v1","addr":"172.21.15.149:6825","nonce":472254595}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6826","nonce":472254595},{"type":"v1","addr":"172.21.15.149:6827","nonce":472254595}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6830","nonce":472254595},{"type":"v1","addr":"172.21.15.149:6831","nonce":472254595}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6828","nonce":472254595},{"type":"v1","addr":"172.21.15.149:6829","nonce":472254595}]},"public_addr":"172.21.15.149:6825/472254595","cluster_addr":"172.21.15.149:6827/472254595","heartbeat_back_addr":"172.21.15.149:6831/472254595","heartbeat_front_addr":"172.21.15.149:6829/472254595","state":["exists","up"]},{"osd":7,"uuid":"208e90b3-74fc-490a-960f-9e88c889f4f3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":2985908220},{"type":"v1","addr":"172.21.15.31:6827","nonce":2985908220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":2985908220},{"type":"v1","addr":"172.21.15.31:6829","nonce":2985908220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":2985908220},{"type":"v1","addr":"172.21.15.31:6833","nonce":2985908220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":2985908220},{"type":"v1","addr":"172.21.15.31:6831","nonce":2985908220}]},"public_addr":"172.21.15.31:6827/2985908220","cluster_addr":"172.21.15.31:6829/2985908220","heartbeat_back_addr":"172.21.15.31:6833/2985908220","heartbeat_front_addr":"172.21.15.31:6831/2985908220","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-25T21:28:14.198481+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-25T21:28:16.229298+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-25T21:28:17.585166+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-25T21:28:20.669309+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-25T21:28:21.023299+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-25T21:28:24.647472+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-25T21:28:24.734872+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-25T21:28:28.667149+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:6801/1315433703":"2023-12-26T21:26:59.018743+0000","172.21.15.31:6800/1315433703":"2023-12-26T21:26:59.018743+0000","172.21.15.31:0/4116575107":"2023-12-26T21:26:59.018743+0000","172.21.15.31:6801/2438292024":"2023-12-26T21:26:22.081758+0000","172.21.15.31:0/89310702":"2023-12-26T21:26:22.081758+0000","172.21.15.31:0/3382033232":"2023-12-26T21:26:22.081758+0000","172.21.15.31:6800/2438292024":"2023-12-26T21:26:22.081758+0000","172.21.15.31:0/4280018811":"2023-12-26T21:26:59.018743+0000","172.21.15.31:6800/270948868":"2023-12-26T21:25:55.450771+0000","172.21.15.31:6801/270948868":"2023-12-26T21:25:55.450771+0000","172.21.15.31:0/3924156430":"2023-12-26T21:25:55.450771+0000","172.21.15.31:0/1637132286":"2023-12-26T21:25:55.450771+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-25T21:28:44.217 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-25T21:28:44.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:43.037977+0000 mgr.smithi031.sxuhmh (mgr.14182) 99 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:44.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:43.831481+0000 mon.smithi031 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.31:0/3905754240' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:28:44.490 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:43.037977+0000 mgr.smithi031.sxuhmh (mgr.14182) 99 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:43.831481+0000 mon.smithi031 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.31:0/3905754240' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:28:45.776 INFO:teuthology.orchestra.run.smithi031.stdout:68719476744 2023-12-25T21:28:45.776 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-25T21:28:46.048 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:46.486 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:45.038401+0000 mgr.smithi031.sxuhmh (mgr.14182) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:46.744 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:45.038401+0000 mgr.smithi031.sxuhmh (mgr.14182) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:47.367 INFO:teuthology.orchestra.run.smithi031.stdout:77309411336 2023-12-25T21:28:47.368 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-25T21:28:47.641 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:48.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:47.038809+0000 mgr.smithi031.sxuhmh (mgr.14182) 101 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:48.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:47.038809+0000 mgr.smithi031.sxuhmh (mgr.14182) 101 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:48.907 INFO:teuthology.orchestra.run.smithi031.stdout:81604378632 2023-12-25T21:28:48.907 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-25T21:28:49.180 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:50.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:49.039069+0000 mgr.smithi031.sxuhmh (mgr.14182) 102 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:50.516 INFO:teuthology.orchestra.run.smithi031.stdout:94489280519 2023-12-25T21:28:50.517 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-25T21:28:50.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:49.039069+0000 mgr.smithi031.sxuhmh (mgr.14182) 102 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:50.789 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:52.065 INFO:teuthology.orchestra.run.smithi031.stdout:94489280520 2023-12-25T21:28:52.066 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-25T21:28:52.341 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:52.450 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:51.039349+0000 mgr.smithi031.sxuhmh (mgr.14182) 103 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:52.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:51.039349+0000 mgr.smithi031.sxuhmh (mgr.14182) 103 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:53.666 INFO:teuthology.orchestra.run.smithi031.stdout:111669149703 2023-12-25T21:28:53.666 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-25T21:28:53.940 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:54.420 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:53.039689+0000 mgr.smithi031.sxuhmh (mgr.14182) 104 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:54.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:53.039689+0000 mgr.smithi031.sxuhmh (mgr.14182) 104 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:55.290 INFO:teuthology.orchestra.run.smithi031.stdout:111669149704 2023-12-25T21:28:55.290 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-25T21:28:55.561 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:56.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:55.040001+0000 mgr.smithi031.sxuhmh (mgr.14182) 105 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:56.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:55.040001+0000 mgr.smithi031.sxuhmh (mgr.14182) 105 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:56.856 INFO:teuthology.orchestra.run.smithi031.stdout:124554051592 2023-12-25T21:28:56.857 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-25T21:28:57.134 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:58.218 INFO:teuthology.orchestra.run.smithi031.stdout:68719476747 2023-12-25T21:28:58.246 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:57.040300+0000 mgr.smithi031.sxuhmh (mgr.14182) 106 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:57.040300+0000 mgr.smithi031.sxuhmh (mgr.14182) 106 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:28:58.590 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476744 got 68719476747 for osd.0 2023-12-25T21:28:58.590 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-25T21:28:58.863 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:28:59.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:58.218897+0000 mon.smithi031 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.31:0/3372819777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-25T21:28:59.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:58.218897+0000 mon.smithi031 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.31:0/3372819777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-25T21:28:59.957 INFO:teuthology.orchestra.run.smithi031.stdout:77309411339 2023-12-25T21:29:00.220 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:28:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:28:59.040602+0000 mgr.smithi031.sxuhmh (mgr.14182) 107 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:00.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:28:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:28:59.040602+0000 mgr.smithi031.sxuhmh (mgr.14182) 107 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:00.331 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411336 got 77309411339 for osd.1 2023-12-25T21:29:00.331 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-25T21:29:00.604 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:29:01.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:28:59.957077+0000 mon.smithi031 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.31:0/1144767464' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-25T21:29:01.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:28:59.957077+0000 mon.smithi031 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.31:0/1144767464' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-25T21:29:01.670 INFO:teuthology.orchestra.run.smithi031.stdout:81604378634 2023-12-25T21:29:01.994 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:01.041061+0000 mgr.smithi031.sxuhmh (mgr.14182) 108 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:01.995 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:01.670941+0000 mon.smithi031 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.31:0/1184301940' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-25T21:29:01.996 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378632 got 81604378634 for osd.2 2023-12-25T21:29:01.996 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-25T21:29:02.269 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:29:02.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:01.041061+0000 mgr.smithi031.sxuhmh (mgr.14182) 108 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:02.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:01.670941+0000 mon.smithi031 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.31:0/1184301940' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-25T21:29:03.397 INFO:teuthology.orchestra.run.smithi031.stdout:94489280522 2023-12-25T21:29:03.773 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280519 got 94489280522 for osd.3 2023-12-25T21:29:03.773 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-25T21:29:04.048 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:29:04.459 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:03.041504+0000 mgr.smithi031.sxuhmh (mgr.14182) 109 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:04.459 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:03.397315+0000 mon.smithi031 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.31:0/3150539694' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-25T21:29:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:03.041504+0000 mgr.smithi031.sxuhmh (mgr.14182) 109 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:03.397315+0000 mon.smithi031 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.31:0/3150539694' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-25T21:29:05.135 INFO:teuthology.orchestra.run.smithi031.stdout:94489280523 2023-12-25T21:29:05.497 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280520 got 94489280523 for osd.4 2023-12-25T21:29:05.497 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-25T21:29:05.768 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:29:06.250 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:05.041830+0000 mgr.smithi031.sxuhmh (mgr.14182) 110 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:06.250 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:05.135424+0000 mon.smithi031 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.31:0/3596608752' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-25T21:29:06.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:05.041830+0000 mgr.smithi031.sxuhmh (mgr.14182) 110 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:06.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:05.135424+0000 mon.smithi031 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.31:0/3596608752' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-25T21:29:06.856 INFO:teuthology.orchestra.run.smithi031.stdout:111669149705 2023-12-25T21:29:07.144 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:06.856846+0000 mon.smithi031 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.31:0/1614631052' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-25T21:29:07.213 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149703 got 111669149705 for osd.5 2023-12-25T21:29:07.213 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-25T21:29:07.485 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:29:07.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:06.856846+0000 mon.smithi031 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.31:0/1614631052' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-25T21:29:08.208 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:07.042135+0000 mgr.smithi031.sxuhmh (mgr.14182) 111 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:08.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:07.042135+0000 mgr.smithi031.sxuhmh (mgr.14182) 111 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:08.565 INFO:teuthology.orchestra.run.smithi031.stdout:111669149707 2023-12-25T21:29:08.929 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149704 got 111669149707 for osd.6 2023-12-25T21:29:08.929 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-25T21:29:09.204 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:29:09.458 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:08.566444+0000 mon.smithi031 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.31:0/4148796398' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-25T21:29:09.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:08.566444+0000 mon.smithi031 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.31:0/4148796398' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-25T21:29:10.274 INFO:teuthology.orchestra.run.smithi031.stdout:124554051594 2023-12-25T21:29:10.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:09.042412+0000 mgr.smithi031.sxuhmh (mgr.14182) 112 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:10.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:09.042412+0000 mgr.smithi031.sxuhmh (mgr.14182) 112 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:10.629 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051592 got 124554051594 for osd.7 2023-12-25T21:29:10.629 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-25T21:29:10.629 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-25T21:29:10.900 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:29:11.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:10.274793+0000 mon.smithi031 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.31:0/4187244202' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-25T21:29:11.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:10.274793+0000 mon.smithi031 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.31:0/4187244202' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-25T21:29:12.040 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:29:12.042 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2023-12-25T21:29:12.461 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:11.042887+0000 mgr.smithi031.sxuhmh (mgr.14182) 113 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:12.463 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":86,"stamp":"2023-12-25T21:29:11.042615+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":2379112,"kb_used_data":2344,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549336,"statfs":{"total":767926730752,"available":765490520064,"internally_reserved":0,"allocated":2400256,"data_stored":921470,"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":31,"state":"active+clean","last_fresh":"2023-12-25T21:28:32.630070+0000","last_change":"2023-12-25T21:28:32.630070+0000","last_active":"2023-12-25T21:28:32.630070+0000","last_peered":"2023-12-25T21:28:32.630070+0000","last_clean":"2023-12-25T21:28:32.630070+0000","last_became_active":"2023-12-25T21:28:32.629728+0000","last_became_peered":"2023-12-25T21:28:32.629728+0000","last_unstale":"2023-12-25T21:28:32.630070+0000","last_undegraded":"2023-12-25T21:28:32.630070+0000","last_fullsized":"2023-12-25T21:28:32.630070+0000","mapping_epoch":30,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":31,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-25T21:28:20.130982+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-25T21:28:20.130982+0000","last_clean_scrub_stamp":"2023-12-25T21:28:20.130982+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":29,"seq":124554051595,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":115571,"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.65700000000000003}]},{"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.442}]},{"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.61699999999999999}]},{"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.52100000000000002}]},{"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.54500000000000004}]},{"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.47399999999999998}]},{"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.64700000000000002}]}]},{"osd":6,"up_from":26,"seq":111669149708,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297388,"kb_used_data":292,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443668,"statfs":{"total":95990841344,"available":95686316032,"internally_reserved":0,"allocated":299008,"data_stored":115256,"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.28999999999999998}]},{"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.46600000000000003}]},{"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.36099999999999999}]},{"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.39700000000000002}]},{"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.38600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45800000000000002}]},{"osd":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.48599999999999999}]}]},{"osd":1,"up_from":18,"seq":77309411341,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297388,"kb_used_data":292,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443668,"statfs":{"total":95990841344,"available":95686316032,"internally_reserved":0,"allocated":299008,"data_stored":115256,"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.57599999999999996}]},{"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.502}]},{"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.40600000000000003}]},{"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.55100000000000005}]},{"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.373}]},{"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.63400000000000001}]},{"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.44700000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476749,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":115571,"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.58899999999999997}]},{"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.32600000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55100000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40000000000000002}]},{"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.57299999999999995}]},{"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.41499999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56499999999999995}]}]},{"osd":2,"up_from":19,"seq":81604378637,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297384,"kb_used_data":288,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443672,"statfs":{"total":95990841344,"available":95686320128,"internally_reserved":0,"allocated":294912,"data_stored":113783,"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.41099999999999998}]},{"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.69599999999999995}]},{"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.53700000000000003}]},{"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.59399999999999997}]},{"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.45700000000000002}]},{"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.68899999999999995}]}]},{"osd":3,"up_from":22,"seq":94489280523,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297388,"kb_used_data":292,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443668,"statfs":{"total":95990841344,"available":95686316032,"internally_reserved":0,"allocated":299008,"data_stored":115206,"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.55000000000000004}]},{"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.46800000000000003}]},{"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.72199999999999998}]},{"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.71799999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69099999999999995}]},{"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.53300000000000003}]}]},{"osd":4,"up_from":22,"seq":94489280524,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":115571,"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.48699999999999999}]},{"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.624}]},{"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.65000000000000002}]},{"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.55700000000000005}]},{"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.67400000000000004}]},{"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.66400000000000003}]},{"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.73999999999999999}]}]},{"osd":5,"up_from":26,"seq":111669149707,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297388,"kb_used_data":292,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443668,"statfs":{"total":95990841344,"available":95686316032,"internally_reserved":0,"allocated":299008,"data_stored":115256,"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.52000000000000002}]},{"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.33500000000000002}]},{"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.54300000000000004}]},{"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.34699999999999998}]},{"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.50800000000000001}]},{"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.53000000000000003}]},{"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.379}]}]}],"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":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-25T21:29:12.464 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-25T21:29:12.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:11.042887+0000 mgr.smithi031.sxuhmh (mgr.14182) 113 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:12.736 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:29:13.417 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:12.038888+0000 mgr.smithi031.sxuhmh (mgr.14182) 114 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:13.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:12.038888+0000 mgr.smithi031.sxuhmh (mgr.14182) 114 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:13.790 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:29:13.792 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2023-12-25T21:29:14.204 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":87,"stamp":"2023-12-25T21:29:13.043093+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":2379112,"kb_used_data":2344,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549336,"statfs":{"total":767926730752,"available":765490520064,"internally_reserved":0,"allocated":2400256,"data_stored":921470,"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":31,"state":"active+clean","last_fresh":"2023-12-25T21:28:32.630070+0000","last_change":"2023-12-25T21:28:32.630070+0000","last_active":"2023-12-25T21:28:32.630070+0000","last_peered":"2023-12-25T21:28:32.630070+0000","last_clean":"2023-12-25T21:28:32.630070+0000","last_became_active":"2023-12-25T21:28:32.629728+0000","last_became_peered":"2023-12-25T21:28:32.629728+0000","last_unstale":"2023-12-25T21:28:32.630070+0000","last_undegraded":"2023-12-25T21:28:32.630070+0000","last_fullsized":"2023-12-25T21:28:32.630070+0000","mapping_epoch":30,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":31,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-25T21:28:20.130982+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-25T21:28:20.130982+0000","last_clean_scrub_stamp":"2023-12-25T21:28:20.130982+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":29,"seq":124554051595,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":115571,"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.65700000000000003}]},{"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.442}]},{"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.61699999999999999}]},{"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.52100000000000002}]},{"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.54500000000000004}]},{"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.47399999999999998}]},{"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.64700000000000002}]}]},{"osd":6,"up_from":26,"seq":111669149708,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297388,"kb_used_data":292,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443668,"statfs":{"total":95990841344,"available":95686316032,"internally_reserved":0,"allocated":299008,"data_stored":115256,"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.28999999999999998}]},{"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.46600000000000003}]},{"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.36099999999999999}]},{"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.39700000000000002}]},{"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.38600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45800000000000002}]},{"osd":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.48599999999999999}]}]},{"osd":1,"up_from":18,"seq":77309411341,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297388,"kb_used_data":292,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443668,"statfs":{"total":95990841344,"available":95686316032,"internally_reserved":0,"allocated":299008,"data_stored":115256,"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.57599999999999996}]},{"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.502}]},{"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.40600000000000003}]},{"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.55100000000000005}]},{"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.373}]},{"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.63400000000000001}]},{"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.44700000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476750,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":115571,"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.35099999999999998}]},{"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":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.53900000000000003}]},{"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.51600000000000001}]},{"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.55900000000000005}]},{"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.625}]},{"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.56799999999999995}]}]},{"osd":2,"up_from":19,"seq":81604378637,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297384,"kb_used_data":288,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443672,"statfs":{"total":95990841344,"available":95686320128,"internally_reserved":0,"allocated":294912,"data_stored":113783,"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.41099999999999998}]},{"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.69599999999999995}]},{"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.53700000000000003}]},{"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.59399999999999997}]},{"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.45700000000000002}]},{"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.68899999999999995}]}]},{"osd":3,"up_from":22,"seq":94489280524,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297388,"kb_used_data":292,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443668,"statfs":{"total":95990841344,"available":95686316032,"internally_reserved":0,"allocated":299008,"data_stored":115206,"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.73799999999999999}]},{"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.41199999999999998}]},{"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.68600000000000005}]},{"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.66500000000000004}]},{"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.33200000000000002}]},{"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.76500000000000001}]},{"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.80400000000000005}]}]},{"osd":4,"up_from":22,"seq":94489280525,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":115571,"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.29599999999999999}]},{"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.48599999999999999}]},{"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.28299999999999997}]},{"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.503}]},{"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.433}]},{"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.46600000000000003}]},{"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.55800000000000005}]}]},{"osd":5,"up_from":26,"seq":111669149707,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297388,"kb_used_data":292,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443668,"statfs":{"total":95990841344,"available":95686316032,"internally_reserved":0,"allocated":299008,"data_stored":115256,"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.52000000000000002}]},{"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.33500000000000002}]},{"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.54300000000000004}]},{"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.34699999999999998}]},{"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.50800000000000001}]},{"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.53000000000000003}]},{"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.379}]}]}],"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":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-25T21:29:14.205 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-25T21:29:14.205 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-25T21:29:14.205 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-25T21:29:14.205 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-25T21:29:14.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:13.043235+0000 mgr.smithi031.sxuhmh (mgr.14182) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:14.477 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/mon.smithi031/config 2023-12-25T21:29:14.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:13.043235+0000 mgr.smithi031.sxuhmh (mgr.14182) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:15.241 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:13.788838+0000 mgr.smithi031.sxuhmh (mgr.14182) 116 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:15.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:13.788838+0000 mgr.smithi031.sxuhmh (mgr.14182) 116 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:15.654 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:29:16.021 INFO:teuthology.orchestra.run.smithi031.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-25T21:29:16.021 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-25T21:29:16.021 INFO:tasks.cephadm:Setup complete, yielding 2023-12-25T21:29:16.022 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:29:16.032 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2023-12-25T21:29:16.032 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-25T21:29:16.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:15.043668+0000 mgr.smithi031.sxuhmh (mgr.14182) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:16.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:15.654418+0000 mon.smithi031 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.31:0/790365219' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-25T21:29:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:15.043668+0000 mgr.smithi031.sxuhmh (mgr.14182) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:15.654418+0000 mon.smithi031 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.31:0/790365219' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-25T21:29:17.384 INFO:teuthology.orchestra.run.smithi031.stdout:Backend: cephadm 2023-12-25T21:29:17.385 INFO:teuthology.orchestra.run.smithi031.stdout:Available: Yes 2023-12-25T21:29:17.385 INFO:teuthology.orchestra.run.smithi031.stdout:Paused: No 2023-12-25T21:29:17.754 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-25T21:29:18.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:17.043975+0000 mgr.smithi031.sxuhmh (mgr.14182) 118 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:18.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:17.384370+0000 mgr.smithi031.sxuhmh (mgr.14182) 119 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:18.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:17.043975+0000 mgr.smithi031.sxuhmh (mgr.14182) 118 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:18.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:17.384370+0000 mgr.smithi031.sxuhmh (mgr.14182) 119 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:19.053 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T21:29:19.054 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.smithi031 smithi031 *:9093,9094 running (105s) 49s ago 2m 16.2M - 0.23.0 ba2b418f427c 40638ede3f90 2023-12-25T21:29:19.054 INFO:teuthology.orchestra.run.smithi031.stdout:crash.smithi031 smithi031 running (2m) 49s ago 2m 7277k - 16.2.14-385-gb14a0a10 49d1f3e5e58d b69b3999c773 2023-12-25T21:29:19.054 INFO:teuthology.orchestra.run.smithi031.stdout:crash.smithi149 smithi149 running (2m) 51s ago 2m 7470k - 16.2.14-385-gb14a0a10 49d1f3e5e58d d80e22936c79 2023-12-25T21:29:19.054 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.smithi031 smithi031 *:3000 running (100s) 49s ago 2m 48.4M - 8.3.5 dad864ee21e9 53ce450a1ab8 2023-12-25T21:29:19.054 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.smithi031.sxuhmh smithi031 *:9283 running (3m) 49s ago 3m 443M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 8214a70b5dea 2023-12-25T21:29:19.054 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.smithi149.zjrqlf smithi149 *:8443,9283 running (2m) 51s ago 2m 392M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 3c4f3e420c12 2023-12-25T21:29:19.054 INFO:teuthology.orchestra.run.smithi031.stdout:mon.smithi031 smithi031 running (3m) 49s ago 3m 66.6M 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d ebcae93f758b 2023-12-25T21:29:19.054 INFO:teuthology.orchestra.run.smithi031.stdout:mon.smithi149 smithi149 running (2m) 51s ago 2m 59.8M 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d 6c02027952bf 2023-12-25T21:29:19.054 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.smithi031 smithi031 *:9100 running (2m) 49s ago 2m 25.9M - 1.3.1 1dbe0e931976 7e9550581b67 2023-12-25T21:29:19.054 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.smithi149 smithi149 *:9100 running (112s) 51s ago 111s 21.9M - 1.3.1 1dbe0e931976 86cf7dc5f9f0 2023-12-25T21:29:19.054 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi149 running (69s) 51s ago 69s 28.9M 1170M 16.2.14-385-gb14a0a10 49d1f3e5e58d 4bb2ee5ee35f 2023-12-25T21:29:19.054 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (67s) 49s ago 67s 30.2M 3225M 16.2.14-385-gb14a0a10 49d1f3e5e58d 63a047965881 2023-12-25T21:29:19.055 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi149 running (65s) 51s ago 65s 30.8M 1170M 16.2.14-385-gb14a0a10 49d1f3e5e58d 8be8a10c2a2e 2023-12-25T21:29:19.055 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (63s) 49s ago 62s 28.7M 3225M 16.2.14-385-gb14a0a10 49d1f3e5e58d dd6b118ad8f9 2023-12-25T21:29:19.055 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi149 running (62s) 51s ago 62s 30.2M 1170M 16.2.14-385-gb14a0a10 49d1f3e5e58d 74d3e116ef06 2023-12-25T21:29:19.055 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi031 running (58s) 49s ago 58s 28.2M 3225M 16.2.14-385-gb14a0a10 49d1f3e5e58d 0bbcc50c8619 2023-12-25T21:29:19.055 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi149 running (58s) 51s ago 58s 30.2M 1170M 16.2.14-385-gb14a0a10 49d1f3e5e58d 106b6476961d 2023-12-25T21:29:19.055 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi031 running (54s) 49s ago 54s 15.8M 3225M 16.2.14-385-gb14a0a10 49d1f3e5e58d 99955ab89c0f 2023-12-25T21:29:19.055 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.smithi031 smithi031 *:9095 running (97s) 49s ago 2m 40.7M - 2.33.4 514e6a882f6e 7a36122bebb8 2023-12-25T21:29:19.435 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-25T21:29:20.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:19.044231+0000 mgr.smithi031.sxuhmh (mgr.14182) 120 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:20.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:19.045987+0000 mgr.smithi031.sxuhmh (mgr.14182) 121 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:20.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:19.044231+0000 mgr.smithi031.sxuhmh (mgr.14182) 120 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:20.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:19.045987+0000 mgr.smithi031.sxuhmh (mgr.14182) 121 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:20.747 INFO:teuthology.orchestra.run.smithi031.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-25T21:29:20.747 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager ?:9093,9094 1/1 50s ago 3m count:1 2023-12-25T21:29:20.748 INFO:teuthology.orchestra.run.smithi031.stdout:crash 2/2 52s ago 3m * 2023-12-25T21:29:20.748 INFO:teuthology.orchestra.run.smithi031.stdout:grafana ?:3000 1/1 50s ago 3m count:1 2023-12-25T21:29:20.748 INFO:teuthology.orchestra.run.smithi031.stdout:mgr 2/2 52s ago 3m count:2 2023-12-25T21:29:20.748 INFO:teuthology.orchestra.run.smithi031.stdout:mon 2/2 52s ago 2m smithi031:172.21.15.31=smithi031;smithi149:172.21.15.149=smithi149;count:2 2023-12-25T21:29:20.748 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter ?:9100 2/2 52s ago 3m * 2023-12-25T21:29:20.748 INFO:teuthology.orchestra.run.smithi031.stdout:osd.all-available-devices 8 52s ago 109s * 2023-12-25T21:29:20.748 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus ?:9095 1/1 50s ago 3m count:1 2023-12-25T21:29:21.112 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-25T21:29:22.388 INFO:teuthology.orchestra.run.smithi031.stdout:HOST ADDR LABELS STATUS 2023-12-25T21:29:22.388 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 172.21.15.31 2023-12-25T21:29:22.389 INFO:teuthology.orchestra.run.smithi031.stdout:smithi149 172.21.15.149 2023-12-25T21:29:22.389 INFO:teuthology.orchestra.run.smithi031.stdout:2 hosts in cluster 2023-12-25T21:29:22.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:20.744293+0000 mgr.smithi031.sxuhmh (mgr.14182) 122 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:22.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:21.044536+0000 mgr.smithi031.sxuhmh (mgr.14182) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:22.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:20.744293+0000 mgr.smithi031.sxuhmh (mgr.14182) 122 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:22.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:21.044536+0000 mgr.smithi031.sxuhmh (mgr.14182) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:22.785 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-25T21:29:23.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:22.388505+0000 mgr.smithi031.sxuhmh (mgr.14182) 124 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:23.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:22.388505+0000 mgr.smithi031.sxuhmh (mgr.14182) 124 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:24.229 INFO:teuthology.orchestra.run.smithi031.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-25T21:29:24.229 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT53310008400BGN 372G 51s ago LVM detected, locked 2023-12-25T21:29:24.229 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme1n1 ssd Linux_158fe9d47258d6257608 89.4G 51s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:24.229 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme2n1 ssd Linux_b7b9fb2f23b2cb4e3ee5 89.4G 51s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:24.229 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme3n1 ssd Linux_ef1dd87552ccaeddfeec 89.4G 51s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:24.229 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme4n1 ssd Linux_80e6c8cbaca2e1267bac 89.4G 51s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:24.229 INFO:teuthology.orchestra.run.smithi031.stdout:smithi149 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300CK400BGN 372G 53s ago LVM detected, locked 2023-12-25T21:29:24.230 INFO:teuthology.orchestra.run.smithi031.stdout:smithi149 /dev/nvme1n1 ssd Linux_bbc45d224b029ed34716 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:24.230 INFO:teuthology.orchestra.run.smithi031.stdout:smithi149 /dev/nvme2n1 ssd Linux_6eac2048c33bebbbe67d 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:24.230 INFO:teuthology.orchestra.run.smithi031.stdout:smithi149 /dev/nvme3n1 ssd Linux_aea6baf852e82eb5975a 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:24.230 INFO:teuthology.orchestra.run.smithi031.stdout:smithi149 /dev/nvme4n1 ssd Linux_9e61252ce9f237c5355e 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:24.389 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:23.044970+0000 mgr.smithi031.sxuhmh (mgr.14182) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:24.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:23.044970+0000 mgr.smithi031.sxuhmh (mgr.14182) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:24.602 INFO:teuthology.run_tasks:Running task vip... 2023-12-25T21:29:24.629 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-25T21:29:24.629 INFO:tasks.vip:peername 172.21.15.31 2023-12-25T21:29:24.632 INFO:tasks.vip:172.21.15.31 in 172.21.0.0/20, pos 3870 2023-12-25T21:29:24.636 INFO:tasks.vip:smithi031.front.sepia.ceph.com static 10.0.15.31, vnet 10.0.0.0/16 2023-12-25T21:29:24.636 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-25T21:29:24.637 DEBUG:teuthology.orchestra.run.smithi031:> sudo ip route ls 2023-12-25T21:29:24.667 INFO:teuthology.orchestra.run.smithi031.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.31 metric 100 2023-12-25T21:29:24.667 INFO:teuthology.orchestra.run.smithi031.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.31 metric 100 2023-12-25T21:29:24.668 INFO:tasks.vip:Configuring 10.0.15.31 on smithi031.front.sepia.ceph.com iface ens1f0... 2023-12-25T21:29:24.668 DEBUG:teuthology.orchestra.run.smithi031:> sudo ip addr add 10.0.15.31/16 dev ens1f0 2023-12-25T21:29:24.736 INFO:tasks.vip:peername 172.21.15.149 2023-12-25T21:29:24.739 INFO:tasks.vip:172.21.15.149 in 172.21.0.0/20, pos 3988 2023-12-25T21:29:24.743 INFO:tasks.vip:smithi149.front.sepia.ceph.com static 10.0.15.149, vnet 10.0.0.0/16 2023-12-25T21:29:24.743 DEBUG:teuthology.orchestra.run.smithi149:> sudo ip route ls 2023-12-25T21:29:24.783 INFO:teuthology.orchestra.run.smithi149.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.149 metric 100 2023-12-25T21:29:24.783 INFO:teuthology.orchestra.run.smithi149.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.149 metric 100 2023-12-25T21:29:24.784 INFO:tasks.vip:Configuring 10.0.15.149 on smithi149.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T21:29:24.784 DEBUG:teuthology.orchestra.run.smithi149:> sudo ip addr add 10.0.15.149/16 dev enp3s0f1 2023-12-25T21:29:24.856 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:29:24.880 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2023-12-25T21:29:24.881 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-25T21:29:25.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:24.227611+0000 mgr.smithi031.sxuhmh (mgr.14182) 126 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:25.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:24.227611+0000 mgr.smithi031.sxuhmh (mgr.14182) 126 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:26.210 INFO:teuthology.orchestra.run.smithi031.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-25T21:29:26.210 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT53310008400BGN 372G 53s ago LVM detected, locked 2023-12-25T21:29:26.210 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme1n1 ssd Linux_158fe9d47258d6257608 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:26.210 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme2n1 ssd Linux_b7b9fb2f23b2cb4e3ee5 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:26.210 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme3n1 ssd Linux_ef1dd87552ccaeddfeec 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:26.210 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme4n1 ssd Linux_80e6c8cbaca2e1267bac 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:26.210 INFO:teuthology.orchestra.run.smithi031.stdout:smithi149 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300CK400BGN 372G 55s ago LVM detected, locked 2023-12-25T21:29:26.210 INFO:teuthology.orchestra.run.smithi031.stdout:smithi149 /dev/nvme1n1 ssd Linux_bbc45d224b029ed34716 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:26.211 INFO:teuthology.orchestra.run.smithi031.stdout:smithi149 /dev/nvme2n1 ssd Linux_6eac2048c33bebbbe67d 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:26.211 INFO:teuthology.orchestra.run.smithi031.stdout:smithi149 /dev/nvme3n1 ssd Linux_aea6baf852e82eb5975a 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:26.211 INFO:teuthology.orchestra.run.smithi031.stdout:smithi149 /dev/nvme4n1 ssd Linux_9e61252ce9f237c5355e 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:29:26.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:25.045402+0000 mgr.smithi031.sxuhmh (mgr.14182) 127 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:26.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:25.045402+0000 mgr.smithi031.sxuhmh (mgr.14182) 127 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:26.596 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-25T21:29:26.605 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2023-12-25T21:29:26.605 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-25T21:29:26.639 INFO:teuthology.orchestra.run.smithi031.stderr:+ systemctl stop nfs-server 2023-12-25T21:29:26.646 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi149.front.sepia.ceph.com 2023-12-25T21:29:26.646 DEBUG:teuthology.orchestra.run.smithi149:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-25T21:29:26.673 INFO:teuthology.orchestra.run.smithi149.stderr:+ systemctl stop nfs-server 2023-12-25T21:29:26.680 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:29:26.688 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2023-12-25T21:29:26.688 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-25T21:29:27.344 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:26.208545+0000 mgr.smithi031.sxuhmh (mgr.14182) 128 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:27.344 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:26.211857+0000 mon.smithi031 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:29:27.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:26.208545+0000 mgr.smithi031.sxuhmh (mgr.14182) 128 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:27.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:26.211857+0000 mon.smithi031 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:29:28.263 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:27.045823+0000 mgr.smithi031.sxuhmh (mgr.14182) 129 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:28.263 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:27.606483+0000 mon.smithi031 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:28.429 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:27.045823+0000 mgr.smithi031.sxuhmh (mgr.14182) 129 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:28.429 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:27.606483+0000 mon.smithi031 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:29.411 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:28.226827+0000 mgr.smithi031.sxuhmh (mgr.14182) 130 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:29.411 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:28.227319+0000 mon.smithi031 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-25T21:29:29.411 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:29.064558+0000 mon.smithi031 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:29.540 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:28.226827+0000 mgr.smithi031.sxuhmh (mgr.14182) 130 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:29.541 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:28.227319+0000 mon.smithi031 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-25T21:29:29.541 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:29.064558+0000 mon.smithi031 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:30.389 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:29:30.127+0000 7f22faa94700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-25T21:29:30.389 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:29.046155+0000 mgr.smithi031.sxuhmh (mgr.14182) 131 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:30.389 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:29.122959+0000 mon.smithi031 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-25T21:29:30.389 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:29.123001+0000 mon.smithi031 (mon.0) 557 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-12-25T21:29:30.389 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:29.125001+0000 mon.smithi031 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-25T21:29:30.389 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:30.049904+0000 mon.smithi031 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:30.544 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.31/16 --port 2999' 2023-12-25T21:29:30.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:29.046155+0000 mgr.smithi031.sxuhmh (mgr.14182) 131 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:30.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:29.122959+0000 mon.smithi031 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-25T21:29:30.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:29.123001+0000 mon.smithi031 (mon.0) 557 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-12-25T21:29:30.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:29.125001+0000 mon.smithi031 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-25T21:29:30.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:30.049904+0000 mon.smithi031 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:31.420 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:30.124233+0000 mon.smithi031 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-25T21:29:31.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:30.124445+0000 mon.smithi031 (mon.0) 561 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-25T21:29:31.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:30.127659+0000 mon.smithi031 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-25T21:29:31.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:30.128472+0000 mon.smithi031 (mon.0) 563 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-25T21:29:31.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:30.128507+0000 mon.smithi031 (mon.0) 564 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-25T21:29:31.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:30.149009+0000 mon.smithi031 (mon.0) 565 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-25T21:29:31.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:30.149152+0000 mon.smithi031 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-25T21:29:31.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:30.149235+0000 mon.smithi031 (mon.0) 567 : cluster [DBG] fsmap foofs:0 2023-12-25T21:29:31.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:29:30.152949+0000 mgr.smithi031.sxuhmh (mgr.14182) 132 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-25T21:29:31.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:30.156185+0000 mon.smithi031 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:30.124233+0000 mon.smithi031 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-25T21:29:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:30.124445+0000 mon.smithi031 (mon.0) 561 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-25T21:29:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:30.127659+0000 mon.smithi031 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-25T21:29:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:30.128472+0000 mon.smithi031 (mon.0) 563 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-25T21:29:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:30.128507+0000 mon.smithi031 (mon.0) 564 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-25T21:29:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:30.149009+0000 mon.smithi031 (mon.0) 565 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-25T21:29:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:30.149152+0000 mon.smithi031 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-25T21:29:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:30.149235+0000 mon.smithi031 (mon.0) 567 : cluster [DBG] fsmap foofs:0 2023-12-25T21:29:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:29:30.152949+0000 mgr.smithi031.sxuhmh (mgr.14182) 132 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-25T21:29:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:30.156185+0000 mon.smithi031 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:32.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:31.046533+0000 mgr.smithi031.sxuhmh (mgr.14182) 133 : cluster [DBG] pgmap v99: 65 pgs: 2 creating+activating, 15 creating+peering, 33 unknown, 15 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:32.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:31.147416+0000 mon.smithi031 (mon.0) 569 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-25T21:29:32.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:31.782642+0000 mon.smithi031 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:32.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:31.783564+0000 mon.smithi031 (mon.0) 571 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:32.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:31.784306+0000 mon.smithi031 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:29:32.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:31.788458+0000 mon.smithi031 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:32.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:31.792004+0000 mon.smithi031 (mon.0) 574 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:29:32.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:31.799708+0000 mon.smithi031 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:32.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:31.800496+0000 mon.smithi031 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.yzgxwd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-25T21:29:32.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:31.805706+0000 mon.smithi031 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.yzgxwd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-25T21:29:32.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:31.806378+0000 mon.smithi031 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:32.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:32.083079+0000 mon.smithi031 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-25T21:29:33.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:31.046533+0000 mgr.smithi031.sxuhmh (mgr.14182) 133 : cluster [DBG] pgmap v99: 65 pgs: 2 creating+activating, 15 creating+peering, 33 unknown, 15 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:31.147416+0000 mon.smithi031 (mon.0) 569 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-25T21:29:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:31.782642+0000 mon.smithi031 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:31.783564+0000 mon.smithi031 (mon.0) 571 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:31.784306+0000 mon.smithi031 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:29:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:31.788458+0000 mon.smithi031 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:31.792004+0000 mon.smithi031 (mon.0) 574 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:29:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:31.799708+0000 mon.smithi031 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:31.800496+0000 mon.smithi031 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.yzgxwd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-25T21:29:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:31.805706+0000 mon.smithi031 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.yzgxwd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-25T21:29:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:31.806378+0000 mon.smithi031 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:33.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:32.083079+0000 mon.smithi031 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-25T21:29:33.578 INFO:teuthology.orchestra.run.smithi031.stdout:NFS Cluster Created Successfully 2023-12-25T21:29:33.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:29:31.806950+0000 mgr.smithi031.sxuhmh (mgr.14182) 134 : cephadm [INF] Deploying daemon mds.foofs.smithi149.yzgxwd on smithi149 2023-12-25T21:29:33.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:32.081795+0000 mgr.smithi031.sxuhmh (mgr.14182) 135 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.31/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:33.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:32.531434+0000 mon.smithi031 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-25T21:29:33.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:32.531487+0000 mon.smithi031 (mon.0) 581 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-25T21:29:33.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:32.536353+0000 mon.smithi031 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-25T21:29:33.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:33.046990+0000 mgr.smithi031.sxuhmh (mgr.14182) 136 : cluster [DBG] pgmap v102: 97 pgs: 2 creating+activating, 20 creating+peering, 39 unknown, 36 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:33.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:33.341193+0000 mon.smithi031 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:33.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:33.342486+0000 mon.smithi031 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi031.gayujn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-25T21:29:33.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:33.346001+0000 mon.smithi031 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi031.gayujn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-25T21:29:33.777 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:33.346758+0000 mon.smithi031 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:33.777 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:29:33.347498+0000 mgr.smithi031.sxuhmh (mgr.14182) 137 : cephadm [INF] Deploying daemon mds.foofs.smithi031.gayujn on smithi031 2023-12-25T21:29:33.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:29:31.806950+0000 mgr.smithi031.sxuhmh (mgr.14182) 134 : cephadm [INF] Deploying daemon mds.foofs.smithi149.yzgxwd on smithi149 2023-12-25T21:29:33.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:32.081795+0000 mgr.smithi031.sxuhmh (mgr.14182) 135 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.31/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:33.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:32.531434+0000 mon.smithi031 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-25T21:29:33.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:32.531487+0000 mon.smithi031 (mon.0) 581 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-25T21:29:33.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:32.536353+0000 mon.smithi031 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-25T21:29:33.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:33.046990+0000 mgr.smithi031.sxuhmh (mgr.14182) 136 : cluster [DBG] pgmap v102: 97 pgs: 2 creating+activating, 20 creating+peering, 39 unknown, 36 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:33.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:33.341193+0000 mon.smithi031 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:33.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:33.342486+0000 mon.smithi031 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi031.gayujn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-25T21:29:33.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:33.346001+0000 mon.smithi031 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi031.gayujn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-25T21:29:33.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:33.346758+0000 mon.smithi031 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:33.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:29:33.347498+0000 mgr.smithi031.sxuhmh (mgr.14182) 137 : cephadm [INF] Deploying daemon mds.foofs.smithi031.gayujn on smithi031 2023-12-25T21:29:33.986 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-25T21:29:34.740 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:33.536234+0000 mon.smithi031 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-25T21:29:34.740 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:33.536300+0000 mon.smithi031 (mon.0) 588 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-25T21:29:34.740 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:33.536389+0000 mon.smithi031 (mon.0) 589 : cluster [DBG] mds.? [v2:172.21.15.149:6832/1036455229,v1:172.21.15.149:6833/1036455229] up:boot 2023-12-25T21:29:34.740 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:33.536438+0000 mon.smithi031 (mon.0) 590 : cluster [INF] daemon mds.foofs.smithi149.yzgxwd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-25T21:29:34.740 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:33.536551+0000 mon.smithi031 (mon.0) 591 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-25T21:29:34.740 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:33.536579+0000 mon.smithi031 (mon.0) 592 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-25T21:29:34.740 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:33.536599+0000 mon.smithi031 (mon.0) 593 : cluster [INF] Cluster is now healthy 2023-12-25T21:29:34.740 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:33.536936+0000 mon.smithi031 (mon.0) 594 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-25T21:29:34.740 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:33.537091+0000 mon.smithi031 (mon.0) 595 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi149.yzgxwd"}]: dispatch 2023-12-25T21:29:34.740 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:33.550621+0000 mon.smithi031 (mon.0) 596 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.yzgxwd=up:creating} 2023-12-25T21:29:34.740 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:29:33.568641+0000 mgr.smithi031.sxuhmh (mgr.14182) 138 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-25T21:29:34.741 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:33.569584+0000 mon.smithi031 (mon.0) 597 : cluster [INF] daemon mds.foofs.smithi149.yzgxwd is now active in filesystem foofs as rank 0 2023-12-25T21:29:34.741 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:33.572768+0000 mon.smithi031 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:34.741 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:29:33.574053+0000 mgr.smithi031.sxuhmh (mgr.14182) 139 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-25T21:29:34.741 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:33.577381+0000 mon.smithi031 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:33.536234+0000 mon.smithi031 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-25T21:29:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:33.536300+0000 mon.smithi031 (mon.0) 588 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-25T21:29:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:33.536389+0000 mon.smithi031 (mon.0) 589 : cluster [DBG] mds.? [v2:172.21.15.149:6832/1036455229,v1:172.21.15.149:6833/1036455229] up:boot 2023-12-25T21:29:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:33.536438+0000 mon.smithi031 (mon.0) 590 : cluster [INF] daemon mds.foofs.smithi149.yzgxwd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-25T21:29:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:33.536551+0000 mon.smithi031 (mon.0) 591 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-25T21:29:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:33.536579+0000 mon.smithi031 (mon.0) 592 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-25T21:29:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:33.536599+0000 mon.smithi031 (mon.0) 593 : cluster [INF] Cluster is now healthy 2023-12-25T21:29:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:33.536936+0000 mon.smithi031 (mon.0) 594 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-25T21:29:34.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:33.537091+0000 mon.smithi031 (mon.0) 595 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi149.yzgxwd"}]: dispatch 2023-12-25T21:29:34.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:33.550621+0000 mon.smithi031 (mon.0) 596 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.yzgxwd=up:creating} 2023-12-25T21:29:34.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:29:33.568641+0000 mgr.smithi031.sxuhmh (mgr.14182) 138 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-25T21:29:34.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:33.569584+0000 mon.smithi031 (mon.0) 597 : cluster [INF] daemon mds.foofs.smithi149.yzgxwd is now active in filesystem foofs as rank 0 2023-12-25T21:29:34.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:33.572768+0000 mon.smithi031 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:34.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:29:33.574053+0000 mgr.smithi031.sxuhmh (mgr.14182) 139 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-25T21:29:34.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:33.577381+0000 mon.smithi031 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:35.656 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2023-12-25T21:29:35.656 INFO:teuthology.orchestra.run.smithi031.stdout: "bind": "/fake", 2023-12-25T21:29:35.656 INFO:teuthology.orchestra.run.smithi031.stdout: "fs": "foofs", 2023-12-25T21:29:35.656 INFO:teuthology.orchestra.run.smithi031.stdout: "path": "/", 2023-12-25T21:29:35.656 INFO:teuthology.orchestra.run.smithi031.stdout: "cluster": "foo", 2023-12-25T21:29:35.656 INFO:teuthology.orchestra.run.smithi031.stdout: "mode": "RW" 2023-12-25T21:29:35.656 INFO:teuthology.orchestra.run.smithi031.stdout:} 2023-12-25T21:29:35.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:34.539686+0000 mon.smithi031 (mon.0) 600 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-25T21:29:35.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:34.550672+0000 mon.smithi031 (mon.0) 601 : cluster [DBG] mds.? [v2:172.21.15.149:6832/1036455229,v1:172.21.15.149:6833/1036455229] up:active 2023-12-25T21:29:35.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:34.550730+0000 mon.smithi031 (mon.0) 602 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.yzgxwd=up:active} 2023-12-25T21:29:35.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:34.583115+0000 mon.smithi031 (mon.0) 603 : cluster [DBG] mgrmap e19: smithi031.sxuhmh(active, since 2m), standbys: smithi149.zjrqlf 2023-12-25T21:29:35.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:35.047335+0000 mgr.smithi031.sxuhmh (mgr.14182) 140 : cluster [DBG] pgmap v105: 97 pgs: 2 creating+activating, 20 creating+peering, 27 unknown, 48 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:35.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:35.250060+0000 mon.smithi031 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:35.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:35.251366+0000 mon.smithi031 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:29:35.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:34.539686+0000 mon.smithi031 (mon.0) 600 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-25T21:29:35.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:34.550672+0000 mon.smithi031 (mon.0) 601 : cluster [DBG] mds.? [v2:172.21.15.149:6832/1036455229,v1:172.21.15.149:6833/1036455229] up:active 2023-12-25T21:29:35.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:34.550730+0000 mon.smithi031 (mon.0) 602 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.yzgxwd=up:active} 2023-12-25T21:29:35.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:34.583115+0000 mon.smithi031 (mon.0) 603 : cluster [DBG] mgrmap e19: smithi031.sxuhmh(active, since 2m), standbys: smithi149.zjrqlf 2023-12-25T21:29:35.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:35.047335+0000 mgr.smithi031.sxuhmh (mgr.14182) 140 : cluster [DBG] pgmap v105: 97 pgs: 2 creating+activating, 20 creating+peering, 27 unknown, 48 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:29:35.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:35.250060+0000 mon.smithi031 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:35.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:35.251366+0000 mon.smithi031 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:29:36.119 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-25T21:29:36.132 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-25T21:29:36.132 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:36.583 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:35.584193+0000 mon.smithi031 (mon.0) 606 : cluster [DBG] mds.? [v2:172.21.15.31:6834/3654626949,v1:172.21.15.31:6835/3654626949] up:boot 2023-12-25T21:29:36.583 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:35.584623+0000 mon.smithi031 (mon.0) 607 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.yzgxwd=up:active} 1 up:standby 2023-12-25T21:29:36.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:35.584193+0000 mon.smithi031 (mon.0) 606 : cluster [DBG] mds.? [v2:172.21.15.31:6834/3654626949,v1:172.21.15.31:6835/3654626949] up:boot 2023-12-25T21:29:36.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:35.584623+0000 mon.smithi031 (mon.0) 607 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.yzgxwd=up:active} 1 up:standby 2023-12-25T21:29:36.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:35.585363+0000 mon.smithi031 (mon.0) 608 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi031.gayujn"}]: dispatch 2023-12-25T21:29:36.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:35.588267+0000 mon.smithi031 (mon.0) 609 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.yzgxwd=up:active} 1 up:standby 2023-12-25T21:29:36.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:35.615870+0000 mgr.smithi031.sxuhmh (mgr.14182) 141 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:36.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:35.649489+0000 mon.smithi031 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 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-25T21:29:36.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:35.653095+0000 mon.smithi031 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 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-25T21:29:37.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:35.585363+0000 mon.smithi031 (mon.0) 608 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi031.gayujn"}]: dispatch 2023-12-25T21:29:37.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:35.588267+0000 mon.smithi031 (mon.0) 609 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.yzgxwd=up:active} 1 up:standby 2023-12-25T21:29:37.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:35.615870+0000 mgr.smithi031.sxuhmh (mgr.14182) 141 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:29:37.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:35.649489+0000 mon.smithi031 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 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-25T21:29:37.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:35.653095+0000 mon.smithi031 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 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-25T21:29:37.742 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:29:37.743 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:29.058110Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:29.058177Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:29.058241Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:29.058035Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:29.057882Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:29.058304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:29.058432Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:29.058368Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:38.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:36.678958+0000 mon.smithi031 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:38.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:37.047871+0000 mgr.smithi031.sxuhmh (mgr.14182) 142 : cluster [DBG] pgmap v106: 97 pgs: 4 creating+peering, 10 unknown, 83 active+clean; 228 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s wr, 12 op/s 2023-12-25T21:29:38.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:36.678958+0000 mon.smithi031 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:38.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:37.047871+0000 mgr.smithi031.sxuhmh (mgr.14182) 142 : cluster [DBG] pgmap v106: 97 pgs: 4 creating+peering, 10 unknown, 83 active+clean; 228 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s wr, 12 op/s 2023-12-25T21:29:38.268 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:29:39.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:37.739328+0000 mgr.smithi031.sxuhmh (mgr.14182) 143 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:39.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:37.894996+0000 mon.smithi031 (mon.0) 613 : cluster [DBG] mgrmap e20: smithi031.sxuhmh(active, since 2m), standbys: smithi149.zjrqlf 2023-12-25T21:29:39.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:38.764039+0000 mon.smithi031 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:39.269 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:39.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:37.739328+0000 mgr.smithi031.sxuhmh (mgr.14182) 143 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:39.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:37.894996+0000 mon.smithi031 (mon.0) 613 : cluster [DBG] mgrmap e20: smithi031.sxuhmh(active, since 2m), standbys: smithi149.zjrqlf 2023-12-25T21:29:39.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:38.764039+0000 mon.smithi031 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:40.238 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:39.048288+0000 mgr.smithi031.sxuhmh (mgr.14182) 144 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s wr, 10 op/s 2023-12-25T21:29:40.238 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.048436+0000 mon.smithi031 (mon.0) 615 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:40.238 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.049447+0000 mon.smithi031 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:29:40.238 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.054110+0000 mon.smithi031 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:40.238 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.057712+0000 mon.smithi031 (mon.0) 618 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:29:40.238 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.064658+0000 mon.smithi031 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:40.238 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:29:39.080657+0000 mgr.smithi031.sxuhmh (mgr.14182) 145 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.ucvqkg 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.080902+0000 mon.smithi031 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.ucvqkg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.084284+0000 mon.smithi031 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.ucvqkg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:29:39.084805+0000 mgr.smithi031.sxuhmh (mgr.14182) 146 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.085050+0000 mon.smithi031 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 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-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.088041+0000 mon.smithi031 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 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-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.089398+0000 mon.smithi031 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.127537+0000 mon.smithi031 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.130771+0000 mon.smithi031 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.164346+0000 mon.smithi031 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:29:39.174450+0000 mgr.smithi031.sxuhmh (mgr.14182) 147 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:29:39.174540+0000 mgr.smithi031.sxuhmh (mgr.14182) 148 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.ucvqkg-rgw 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.174841+0000 mon.smithi031 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.ucvqkg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.178295+0000 mon.smithi031 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.ucvqkg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:39.181605+0000 mon.smithi031 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:40.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:29:39.182349+0000 mgr.smithi031.sxuhmh (mgr.14182) 149 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi031.ucvqkg on smithi031 2023-12-25T21:29:40.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:39.048288+0000 mgr.smithi031.sxuhmh (mgr.14182) 144 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s wr, 10 op/s 2023-12-25T21:29:40.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.048436+0000 mon.smithi031 (mon.0) 615 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:40.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.049447+0000 mon.smithi031 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:29:40.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.054110+0000 mon.smithi031 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:40.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.057712+0000 mon.smithi031 (mon.0) 618 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:29:40.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.064658+0000 mon.smithi031 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:40.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:29:39.080657+0000 mgr.smithi031.sxuhmh (mgr.14182) 145 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.ucvqkg 2023-12-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.080902+0000 mon.smithi031 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.ucvqkg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.084284+0000 mon.smithi031 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.ucvqkg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:29:39.084805+0000 mgr.smithi031.sxuhmh (mgr.14182) 146 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.085050+0000 mon.smithi031 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 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-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.088041+0000 mon.smithi031 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 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-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.089398+0000 mon.smithi031 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.127537+0000 mon.smithi031 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.130771+0000 mon.smithi031 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.164346+0000 mon.smithi031 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:29:39.174450+0000 mgr.smithi031.sxuhmh (mgr.14182) 147 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:29:39.174540+0000 mgr.smithi031.sxuhmh (mgr.14182) 148 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.ucvqkg-rgw 2023-12-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.174841+0000 mon.smithi031 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.ucvqkg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.178295+0000 mon.smithi031 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.ucvqkg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:29:40.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:39.181605+0000 mon.smithi031 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:40.296 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:29:39.182349+0000 mgr.smithi031.sxuhmh (mgr.14182) 149 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi031.ucvqkg on smithi031 2023-12-25T21:29:40.876 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:29:40.876 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:41.298 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:29:42.299 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:42.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:40.872255+0000 mgr.smithi031.sxuhmh (mgr.14182) 150 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:42.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:41.048782+0000 mgr.smithi031.sxuhmh (mgr.14182) 151 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 3.0 KiB/s wr, 7 op/s 2023-12-25T21:29:42.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:41.143942+0000 mon.smithi031 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:42.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:41.149543+0000 mon.smithi031 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:42.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:29:41.156868+0000 mgr.smithi031.sxuhmh (mgr.14182) 152 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi149.crovoe on smithi149 2023-12-25T21:29:42.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:40.872255+0000 mgr.smithi031.sxuhmh (mgr.14182) 150 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:42.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:41.048782+0000 mgr.smithi031.sxuhmh (mgr.14182) 151 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 3.0 KiB/s wr, 7 op/s 2023-12-25T21:29:42.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:41.143942+0000 mon.smithi031 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:42.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:41.149543+0000 mon.smithi031 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:42.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:29:41.156868+0000 mgr.smithi031.sxuhmh (mgr.14182) 152 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi149.crovoe on smithi149 2023-12-25T21:29:43.617 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:29:43.617 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:43.983 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:29:44.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:43.049259+0000 mgr.smithi031.sxuhmh (mgr.14182) 153 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 2.2 KiB/s wr, 6 op/s 2023-12-25T21:29:44.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:43.049259+0000 mgr.smithi031.sxuhmh (mgr.14182) 153 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 2.2 KiB/s wr, 6 op/s 2023-12-25T21:29:44.984 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:45.307 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:43.613451+0000 mgr.smithi031.sxuhmh (mgr.14182) 154 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:45.307 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:44.173653+0000 mon.smithi031 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:43.613451+0000 mgr.smithi031.sxuhmh (mgr.14182) 154 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:44.173653+0000 mon.smithi031 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:29:46.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:45.049689+0000 mgr.smithi031.sxuhmh (mgr.14182) 155 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 1.8 KiB/s wr, 5 op/s 2023-12-25T21:29:46.331 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:29:46.331 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:45.049689+0000 mgr.smithi031.sxuhmh (mgr.14182) 155 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 1.8 KiB/s wr, 5 op/s 2023-12-25T21:29:46.651 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:29:47.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:46.328428+0000 mgr.smithi031.sxuhmh (mgr.14182) 156 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:47.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:46.328428+0000 mgr.smithi031.sxuhmh (mgr.14182) 156 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:47.651 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:48.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:47.050172+0000 mgr.smithi031.sxuhmh (mgr.14182) 157 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2023-12-25T21:29:48.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:47.050172+0000 mgr.smithi031.sxuhmh (mgr.14182) 157 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2023-12-25T21:29:48.981 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:29:48.981 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:49.365 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:29:50.365 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:50.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:48.977748+0000 mgr.smithi031.sxuhmh (mgr.14182) 158 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:50.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:49.050644+0000 mgr.smithi031.sxuhmh (mgr.14182) 159 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-25T21:29:50.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:48.977748+0000 mgr.smithi031.sxuhmh (mgr.14182) 158 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:50.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:49.050644+0000 mgr.smithi031.sxuhmh (mgr.14182) 159 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-25T21:29:51.724 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:29:51.725 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:52.097 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:29:52.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:51.051140+0000 mgr.smithi031.sxuhmh (mgr.14182) 160 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-12-25T21:29:52.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:51.051140+0000 mgr.smithi031.sxuhmh (mgr.14182) 160 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-12-25T21:29:53.098 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:53.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:51.721065+0000 mgr.smithi031.sxuhmh (mgr.14182) 161 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:53.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:51.721065+0000 mgr.smithi031.sxuhmh (mgr.14182) 161 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:54.442 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:29:54.442 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:54.463 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:53.051724+0000 mgr.smithi031.sxuhmh (mgr.14182) 162 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 1 op/s 2023-12-25T21:29:54.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:53.051724+0000 mgr.smithi031.sxuhmh (mgr.14182) 162 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 1 op/s 2023-12-25T21:29:54.813 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:29:55.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:54.439130+0000 mgr.smithi031.sxuhmh (mgr.14182) 163 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:55.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:54.439130+0000 mgr.smithi031.sxuhmh (mgr.14182) 163 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:55.813 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:56.466 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:55.052102+0000 mgr.smithi031.sxuhmh (mgr.14182) 164 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 767 B/s wr, 1 op/s 2023-12-25T21:29:56.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:55.052102+0000 mgr.smithi031.sxuhmh (mgr.14182) 164 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 767 B/s wr, 1 op/s 2023-12-25T21:29:57.131 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:29:57.131 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:57.482 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:29:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:57.052552+0000 mgr.smithi031.sxuhmh (mgr.14182) 165 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-12-25T21:29:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:29:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:57.127787+0000 mgr.smithi031.sxuhmh (mgr.14182) 166 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:57.052552+0000 mgr.smithi031.sxuhmh (mgr.14182) 165 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-12-25T21:29:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:29:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:57.127787+0000 mgr.smithi031.sxuhmh (mgr.14182) 166 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:58.484 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:59.809 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:29:59.809 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:00.206 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:00.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:29:59.053131+0000 mgr.smithi031.sxuhmh (mgr.14182) 167 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-12-25T21:30:00.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:00.000111+0000 mon.smithi031 (mon.0) 634 : cluster [INF] overall HEALTH_OK 2023-12-25T21:30:00.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:29:59.053131+0000 mgr.smithi031.sxuhmh (mgr.14182) 167 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-12-25T21:30:00.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:00.000111+0000 mon.smithi031 (mon.0) 634 : cluster [INF] overall HEALTH_OK 2023-12-25T21:30:01.207 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:01.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:29:59.806403+0000 mgr.smithi031.sxuhmh (mgr.14182) 168 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:01.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:29:59.806403+0000 mgr.smithi031.sxuhmh (mgr.14182) 168 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:02.176 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:01.053612+0000 mgr.smithi031.sxuhmh (mgr.14182) 169 : cluster [DBG] pgmap v118: 97 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-25T21:30:02.536 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:02.536 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:01.053612+0000 mgr.smithi031.sxuhmh (mgr.14182) 169 : cluster [DBG] pgmap v118: 97 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-25T21:30:02.913 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:03.914 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:04.231 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:02.532864+0000 mgr.smithi031.sxuhmh (mgr.14182) 170 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:04.231 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:03.054317+0000 mgr.smithi031.sxuhmh (mgr.14182) 171 : cluster [DBG] pgmap v119: 97 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-25T21:30:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:02.532864+0000 mgr.smithi031.sxuhmh (mgr.14182) 170 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:03.054317+0000 mgr.smithi031.sxuhmh (mgr.14182) 171 : cluster [DBG] pgmap v119: 97 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-25T21:30:05.251 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:05.252 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:05.620 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:06.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:05.054688+0000 mgr.smithi031.sxuhmh (mgr.14182) 172 : cluster [DBG] pgmap v120: 97 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-25T21:30:06.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:05.248130+0000 mgr.smithi031.sxuhmh (mgr.14182) 173 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:06.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:05.054688+0000 mgr.smithi031.sxuhmh (mgr.14182) 172 : cluster [DBG] pgmap v120: 97 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-25T21:30:06.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:05.248130+0000 mgr.smithi031.sxuhmh (mgr.14182) 173 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:06.621 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:07.936 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:07.936 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:08.209 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:07.055120+0000 mgr.smithi031.sxuhmh (mgr.14182) 174 : cluster [DBG] pgmap v121: 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-25T21:30:08.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:07.055120+0000 mgr.smithi031.sxuhmh (mgr.14182) 174 : cluster [DBG] pgmap v121: 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-25T21:30:08.311 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:09.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:07.932960+0000 mgr.smithi031.sxuhmh (mgr.14182) 175 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:09.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:07.932960+0000 mgr.smithi031.sxuhmh (mgr.14182) 175 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:09.312 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:10.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:09.055639+0000 mgr.smithi031.sxuhmh (mgr.14182) 176 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:10.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:09.055639+0000 mgr.smithi031.sxuhmh (mgr.14182) 176 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:10.647 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:10.647 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:11.027 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:12.028 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:12.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:10.643855+0000 mgr.smithi031.sxuhmh (mgr.14182) 177 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:12.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:11.056201+0000 mgr.smithi031.sxuhmh (mgr.14182) 178 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:12.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:10.643855+0000 mgr.smithi031.sxuhmh (mgr.14182) 177 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:12.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:11.056201+0000 mgr.smithi031.sxuhmh (mgr.14182) 178 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:13.388 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:13.388 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:13.770 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:14.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:13.056623+0000 mgr.smithi031.sxuhmh (mgr.14182) 179 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:14.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:13.384759+0000 mgr.smithi031.sxuhmh (mgr.14182) 180 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:14.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:13.056623+0000 mgr.smithi031.sxuhmh (mgr.14182) 179 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:14.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:13.384759+0000 mgr.smithi031.sxuhmh (mgr.14182) 180 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:14.771 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:16.139 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:16.139 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:16.408 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:15.057242+0000 mgr.smithi031.sxuhmh (mgr.14182) 181 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:16.517 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:16.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:15.057242+0000 mgr.smithi031.sxuhmh (mgr.14182) 181 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:17.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:16.135405+0000 mgr.smithi031.sxuhmh (mgr.14182) 182 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:17.517 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:17.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:16.135405+0000 mgr.smithi031.sxuhmh (mgr.14182) 182 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:18.188 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:17.057738+0000 mgr.smithi031.sxuhmh (mgr.14182) 183 : 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-25T21:30:18.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:17.057738+0000 mgr.smithi031.sxuhmh (mgr.14182) 183 : 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-25T21:30:18.900 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:18.900 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:19.276 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:20.277 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:20.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:18.896159+0000 mgr.smithi031.sxuhmh (mgr.14182) 184 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:20.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:19.058206+0000 mgr.smithi031.sxuhmh (mgr.14182) 185 : 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-25T21:30:20.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:18.896159+0000 mgr.smithi031.sxuhmh (mgr.14182) 184 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:20.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:19.058206+0000 mgr.smithi031.sxuhmh (mgr.14182) 185 : 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-25T21:30:21.598 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:21.598 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:21.992 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:22.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:21.058793+0000 mgr.smithi031.sxuhmh (mgr.14182) 186 : 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-25T21:30:22.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:21.058793+0000 mgr.smithi031.sxuhmh (mgr.14182) 186 : 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-25T21:30:22.993 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:23.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:21.594073+0000 mgr.smithi031.sxuhmh (mgr.14182) 187 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:23.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:21.594073+0000 mgr.smithi031.sxuhmh (mgr.14182) 187 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:24.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:23.059571+0000 mgr.smithi031.sxuhmh (mgr.14182) 188 : 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-25T21:30:24.307 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:24.307 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:24.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:23.059571+0000 mgr.smithi031.sxuhmh (mgr.14182) 188 : 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-25T21:30:24.675 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:25.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:24.303710+0000 mgr.smithi031.sxuhmh (mgr.14182) 189 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:25.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:24.303710+0000 mgr.smithi031.sxuhmh (mgr.14182) 189 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:25.676 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:26.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:25.060023+0000 mgr.smithi031.sxuhmh (mgr.14182) 190 : 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-25T21:30:26.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:25.060023+0000 mgr.smithi031.sxuhmh (mgr.14182) 190 : 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-25T21:30:27.027 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:27.027 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:27.391 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:28.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:27.023125+0000 mgr.smithi031.sxuhmh (mgr.14182) 191 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:28.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:27.060432+0000 mgr.smithi031.sxuhmh (mgr.14182) 192 : 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-25T21:30:28.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:27.023125+0000 mgr.smithi031.sxuhmh (mgr.14182) 191 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:28.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:27.060432+0000 mgr.smithi031.sxuhmh (mgr.14182) 192 : 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-25T21:30:28.391 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:29.766 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:29.766 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:30.133 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:30.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:29.061020+0000 mgr.smithi031.sxuhmh (mgr.14182) 193 : 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-25T21:30:30.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:29.061020+0000 mgr.smithi031.sxuhmh (mgr.14182) 193 : 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-25T21:30:31.134 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:31.458 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:29.762439+0000 mgr.smithi031.sxuhmh (mgr.14182) 194 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:31.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:29.762439+0000 mgr.smithi031.sxuhmh (mgr.14182) 194 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:32.443 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:32.444 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:32.462 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:31.061769+0000 mgr.smithi031.sxuhmh (mgr.14182) 195 : 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-25T21:30:32.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:31.061769+0000 mgr.smithi031.sxuhmh (mgr.14182) 195 : 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-25T21:30:32.799 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:33.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:32.437691+0000 mgr.smithi031.sxuhmh (mgr.14182) 196 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:32.437691+0000 mgr.smithi031.sxuhmh (mgr.14182) 196 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:33.800 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:34.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:33.062217+0000 mgr.smithi031.sxuhmh (mgr.14182) 197 : 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-25T21:30:34.485 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:33.062217+0000 mgr.smithi031.sxuhmh (mgr.14182) 197 : 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-25T21:30:35.192 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:35.192 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:35.573 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:36.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:35.062577+0000 mgr.smithi031.sxuhmh (mgr.14182) 198 : 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-25T21:30:36.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:35.188111+0000 mgr.smithi031.sxuhmh (mgr.14182) 199 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:36.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:35.062577+0000 mgr.smithi031.sxuhmh (mgr.14182) 198 : 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-25T21:30:36.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:35.188111+0000 mgr.smithi031.sxuhmh (mgr.14182) 199 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:36.574 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:37.912 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:37.913 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:38.229 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:37.063037+0000 mgr.smithi031.sxuhmh (mgr.14182) 200 : 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-25T21:30:38.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:37.063037+0000 mgr.smithi031.sxuhmh (mgr.14182) 200 : 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-25T21:30:38.306 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:39.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:37.909145+0000 mgr.smithi031.sxuhmh (mgr.14182) 201 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:39.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:37.909145+0000 mgr.smithi031.sxuhmh (mgr.14182) 201 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:39.306 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:40.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:39.063498+0000 mgr.smithi031.sxuhmh (mgr.14182) 202 : 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-25T21:30:40.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:39.063498+0000 mgr.smithi031.sxuhmh (mgr.14182) 202 : 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-25T21:30:40.625 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:40.626 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:40.981 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:41.982 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:42.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:40.622570+0000 mgr.smithi031.sxuhmh (mgr.14182) 203 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:42.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:41.064049+0000 mgr.smithi031.sxuhmh (mgr.14182) 204 : 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-25T21:30:42.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:40.622570+0000 mgr.smithi031.sxuhmh (mgr.14182) 203 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:42.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:41.064049+0000 mgr.smithi031.sxuhmh (mgr.14182) 204 : 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-25T21:30:43.308 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:43.309 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:43.672 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:44.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:43.064559+0000 mgr.smithi031.sxuhmh (mgr.14182) 205 : 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-25T21:30:44.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:43.305191+0000 mgr.smithi031.sxuhmh (mgr.14182) 206 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:43.064559+0000 mgr.smithi031.sxuhmh (mgr.14182) 205 : 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-25T21:30:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:43.305191+0000 mgr.smithi031.sxuhmh (mgr.14182) 206 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:44.673 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:46.063 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:46.063 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:46.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:45.065115+0000 mgr.smithi031.sxuhmh (mgr.14182) 207 : 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-25T21:30:46.430 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:45.065115+0000 mgr.smithi031.sxuhmh (mgr.14182) 207 : 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-25T21:30:47.431 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:47.463 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:46.059918+0000 mgr.smithi031.sxuhmh (mgr.14182) 208 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:47.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:46.059918+0000 mgr.smithi031.sxuhmh (mgr.14182) 208 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:48.442 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:47.065616+0000 mgr.smithi031.sxuhmh (mgr.14182) 209 : 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-25T21:30:48.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:47.065616+0000 mgr.smithi031.sxuhmh (mgr.14182) 209 : 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-25T21:30:48.841 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:48.842 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:49.237 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:50.238 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:50.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:48.838627+0000 mgr.smithi031.sxuhmh (mgr.14182) 210 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:50.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:49.066264+0000 mgr.smithi031.sxuhmh (mgr.14182) 211 : 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-25T21:30:50.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:48.838627+0000 mgr.smithi031.sxuhmh (mgr.14182) 210 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:50.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:49.066264+0000 mgr.smithi031.sxuhmh (mgr.14182) 211 : 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-25T21:30:51.602 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:51.602 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:51.978 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:52.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:51.066702+0000 mgr.smithi031.sxuhmh (mgr.14182) 212 : 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-25T21:30:52.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:51.066702+0000 mgr.smithi031.sxuhmh (mgr.14182) 212 : 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-25T21:30:52.979 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:53.306 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:51.599019+0000 mgr.smithi031.sxuhmh (mgr.14182) 213 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:53.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:51.599019+0000 mgr.smithi031.sxuhmh (mgr.14182) 213 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:54.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:53.067148+0000 mgr.smithi031.sxuhmh (mgr.14182) 214 : 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-25T21:30:54.355 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:54.355 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:54.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:53.067148+0000 mgr.smithi031.sxuhmh (mgr.14182) 214 : 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-25T21:30:54.745 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:55.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:54.352281+0000 mgr.smithi031.sxuhmh (mgr.14182) 215 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:55.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:54.352281+0000 mgr.smithi031.sxuhmh (mgr.14182) 215 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:55.746 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:56.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:55.067518+0000 mgr.smithi031.sxuhmh (mgr.14182) 216 : 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-25T21:30:56.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:55.067518+0000 mgr.smithi031.sxuhmh (mgr.14182) 216 : 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-25T21:30:57.107 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:57.107 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:57.496 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:30:58.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:57.067937+0000 mgr.smithi031.sxuhmh (mgr.14182) 217 : 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-25T21:30:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:30:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:57.103523+0000 mgr.smithi031.sxuhmh (mgr.14182) 218 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:58.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:57.067937+0000 mgr.smithi031.sxuhmh (mgr.14182) 217 : 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-25T21:30:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:30:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:57.103523+0000 mgr.smithi031.sxuhmh (mgr.14182) 218 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:58.498 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:59.837 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:30:59.837 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:00.237 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:00.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:30:59.068316+0000 mgr.smithi031.sxuhmh (mgr.14182) 219 : 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-25T21:31:00.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:30:59.068316+0000 mgr.smithi031.sxuhmh (mgr.14182) 219 : 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-25T21:31:01.238 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:01.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:30:59.833790+0000 mgr.smithi031.sxuhmh (mgr.14182) 220 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:01.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:30:59.833790+0000 mgr.smithi031.sxuhmh (mgr.14182) 220 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:02.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:01.068980+0000 mgr.smithi031.sxuhmh (mgr.14182) 221 : 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-25T21:31:02.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:01.068980+0000 mgr.smithi031.sxuhmh (mgr.14182) 221 : 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-25T21:31:02.632 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:02.632 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:03.019 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:04.020 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:04.345 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:02.629375+0000 mgr.smithi031.sxuhmh (mgr.14182) 222 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:04.345 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:03.069666+0000 mgr.smithi031.sxuhmh (mgr.14182) 223 : 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-25T21:31:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:02.629375+0000 mgr.smithi031.sxuhmh (mgr.14182) 222 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:03.069666+0000 mgr.smithi031.sxuhmh (mgr.14182) 223 : 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-25T21:31:05.374 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:05.375 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:05.744 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:06.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:05.070286+0000 mgr.smithi031.sxuhmh (mgr.14182) 224 : 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-25T21:31:06.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:05.371592+0000 mgr.smithi031.sxuhmh (mgr.14182) 225 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:06.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:05.070286+0000 mgr.smithi031.sxuhmh (mgr.14182) 224 : 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-25T21:31:06.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:05.371592+0000 mgr.smithi031.sxuhmh (mgr.14182) 225 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:06.744 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:07.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:06.146169+0000 mon.smithi031 (mon.0) 635 : cluster [DBG] mgrmap e21: smithi031.sxuhmh(active, since 4m), standbys: smithi149.zjrqlf 2023-12-25T21:31:07.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:06.146169+0000 mon.smithi031 (mon.0) 635 : cluster [DBG] mgrmap e21: smithi031.sxuhmh(active, since 4m), standbys: smithi149.zjrqlf 2023-12-25T21:31:08.096 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:08.096 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:08.458 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:07.070717+0000 mgr.smithi031.sxuhmh (mgr.14182) 226 : 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-25T21:31:08.507 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:08.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:07.070717+0000 mgr.smithi031.sxuhmh (mgr.14182) 226 : 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-25T21:31:09.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:08.092669+0000 mgr.smithi031.sxuhmh (mgr.14182) 227 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:09.508 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:09.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:08.092669+0000 mgr.smithi031.sxuhmh (mgr.14182) 227 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:10.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:09.071318+0000 mgr.smithi031.sxuhmh (mgr.14182) 228 : cluster [DBG] pgmap v152: 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-25T21:31:10.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:09.071318+0000 mgr.smithi031.sxuhmh (mgr.14182) 228 : cluster [DBG] pgmap v152: 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-25T21:31:10.863 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:10.863 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:11.225 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:12.226 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:12.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:10.859961+0000 mgr.smithi031.sxuhmh (mgr.14182) 229 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:12.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:11.071828+0000 mgr.smithi031.sxuhmh (mgr.14182) 230 : cluster [DBG] pgmap v153: 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-25T21:31:12.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:10.859961+0000 mgr.smithi031.sxuhmh (mgr.14182) 229 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:12.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:11.071828+0000 mgr.smithi031.sxuhmh (mgr.14182) 230 : cluster [DBG] pgmap v153: 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-25T21:31:13.597 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:13.598 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:13.967 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:14.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:13.072277+0000 mgr.smithi031.sxuhmh (mgr.14182) 231 : cluster [DBG] pgmap v154: 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-25T21:31:14.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:13.072277+0000 mgr.smithi031.sxuhmh (mgr.14182) 231 : cluster [DBG] pgmap v154: 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-25T21:31:14.968 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:15.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:13.593395+0000 mgr.smithi031.sxuhmh (mgr.14182) 232 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:15.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:13.593395+0000 mgr.smithi031.sxuhmh (mgr.14182) 232 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:16.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:15.072680+0000 mgr.smithi031.sxuhmh (mgr.14182) 233 : cluster [DBG] pgmap v155: 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-25T21:31:16.326 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:16.326 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:15.072680+0000 mgr.smithi031.sxuhmh (mgr.14182) 233 : cluster [DBG] pgmap v155: 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-25T21:31:16.684 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:17.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:16.323627+0000 mgr.smithi031.sxuhmh (mgr.14182) 234 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:17.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:16.323627+0000 mgr.smithi031.sxuhmh (mgr.14182) 234 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:17.684 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:18.395 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:17.073298+0000 mgr.smithi031.sxuhmh (mgr.14182) 235 : cluster [DBG] pgmap v156: 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-25T21:31:18.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:17.073298+0000 mgr.smithi031.sxuhmh (mgr.14182) 235 : cluster [DBG] pgmap v156: 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-25T21:31:19.079 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:19.079 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:19.458 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:20.459 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:20.494 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:19.073702+0000 mgr.smithi031.sxuhmh (mgr.14182) 236 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:31:20.495 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:19.076252+0000 mgr.smithi031.sxuhmh (mgr.14182) 237 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:20.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:19.073702+0000 mgr.smithi031.sxuhmh (mgr.14182) 236 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:31:20.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:19.076252+0000 mgr.smithi031.sxuhmh (mgr.14182) 237 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:21.801 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:21.802 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:22.183 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:22.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:21.074190+0000 mgr.smithi031.sxuhmh (mgr.14182) 238 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:22.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:21.074190+0000 mgr.smithi031.sxuhmh (mgr.14182) 238 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:23.184 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:23.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:21.798244+0000 mgr.smithi031.sxuhmh (mgr.14182) 239 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:21.798244+0000 mgr.smithi031.sxuhmh (mgr.14182) 239 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:24.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:23.074776+0000 mgr.smithi031.sxuhmh (mgr.14182) 240 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:24.500 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:24.500 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:24.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:23.074776+0000 mgr.smithi031.sxuhmh (mgr.14182) 240 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:24.857 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:25.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:24.497130+0000 mgr.smithi031.sxuhmh (mgr.14182) 241 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:25.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:24.497130+0000 mgr.smithi031.sxuhmh (mgr.14182) 241 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:25.858 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:26.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:25.075201+0000 mgr.smithi031.sxuhmh (mgr.14182) 242 : 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, 0 op/s 2023-12-25T21:31:26.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:25.075201+0000 mgr.smithi031.sxuhmh (mgr.14182) 242 : 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, 0 op/s 2023-12-25T21:31:27.250 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:27.250 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:27.615 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:28.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:27.075608+0000 mgr.smithi031.sxuhmh (mgr.14182) 243 : 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, 0 op/s 2023-12-25T21:31:28.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:27.246505+0000 mgr.smithi031.sxuhmh (mgr.14182) 244 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:28.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:27.075608+0000 mgr.smithi031.sxuhmh (mgr.14182) 243 : 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, 0 op/s 2023-12-25T21:31:28.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:27.246505+0000 mgr.smithi031.sxuhmh (mgr.14182) 244 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:28.616 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:30.005 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:30.006 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:30.338 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:29.076029+0000 mgr.smithi031.sxuhmh (mgr.14182) 245 : 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, 0 op/s 2023-12-25T21:31:30.357 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:30.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:29.076029+0000 mgr.smithi031.sxuhmh (mgr.14182) 245 : 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, 0 op/s 2023-12-25T21:31:31.358 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:31.391 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:30.002464+0000 mgr.smithi031.sxuhmh (mgr.14182) 246 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:31.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:30.002464+0000 mgr.smithi031.sxuhmh (mgr.14182) 246 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:32.229 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:31.076714+0000 mgr.smithi031.sxuhmh (mgr.14182) 247 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:32.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:31.076714+0000 mgr.smithi031.sxuhmh (mgr.14182) 247 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:32.755 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:32.755 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:33.139 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:34.140 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:34.473 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:32.751838+0000 mgr.smithi031.sxuhmh (mgr.14182) 248 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:34.473 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:33.077391+0000 mgr.smithi031.sxuhmh (mgr.14182) 249 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:34.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:32.751838+0000 mgr.smithi031.sxuhmh (mgr.14182) 248 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:34.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:33.077391+0000 mgr.smithi031.sxuhmh (mgr.14182) 249 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:35.512 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:35.512 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:35.889 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:36.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:35.077756+0000 mgr.smithi031.sxuhmh (mgr.14182) 250 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:36.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:35.508707+0000 mgr.smithi031.sxuhmh (mgr.14182) 251 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:36.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:35.077756+0000 mgr.smithi031.sxuhmh (mgr.14182) 250 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:36.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:35.508707+0000 mgr.smithi031.sxuhmh (mgr.14182) 251 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:36.890 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:38.242 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:38.243 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:38.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:37.078201+0000 mgr.smithi031.sxuhmh (mgr.14182) 252 : 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-25T21:31:38.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:37.078201+0000 mgr.smithi031.sxuhmh (mgr.14182) 252 : 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-25T21:31:38.596 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:39.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:38.239095+0000 mgr.smithi031.sxuhmh (mgr.14182) 253 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:39.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:38.239095+0000 mgr.smithi031.sxuhmh (mgr.14182) 253 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:39.596 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:40.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:39.078703+0000 mgr.smithi031.sxuhmh (mgr.14182) 254 : 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-25T21:31:40.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:39.078703+0000 mgr.smithi031.sxuhmh (mgr.14182) 254 : 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-25T21:31:41.001 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:41.001 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:41.388 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:42.388 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:42.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:40.998256+0000 mgr.smithi031.sxuhmh (mgr.14182) 255 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:42.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:41.079350+0000 mgr.smithi031.sxuhmh (mgr.14182) 256 : 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-25T21:31:42.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:40.998256+0000 mgr.smithi031.sxuhmh (mgr.14182) 255 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:42.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:41.079350+0000 mgr.smithi031.sxuhmh (mgr.14182) 256 : 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-25T21:31:43.777 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:43.778 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:44.189 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:44.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:43.080013+0000 mgr.smithi031.sxuhmh (mgr.14182) 257 : 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-25T21:31:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:43.080013+0000 mgr.smithi031.sxuhmh (mgr.14182) 257 : 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-25T21:31:45.190 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:45.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:43.774510+0000 mgr.smithi031.sxuhmh (mgr.14182) 258 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:45.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:43.774510+0000 mgr.smithi031.sxuhmh (mgr.14182) 258 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:46.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:45.080472+0000 mgr.smithi031.sxuhmh (mgr.14182) 259 : 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-25T21:31:46.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:45.080472+0000 mgr.smithi031.sxuhmh (mgr.14182) 259 : 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-25T21:31:46.558 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:46.558 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:46.928 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:47.929 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:48.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:46.555453+0000 mgr.smithi031.sxuhmh (mgr.14182) 260 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:48.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:47.081039+0000 mgr.smithi031.sxuhmh (mgr.14182) 261 : 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-25T21:31:48.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:46.555453+0000 mgr.smithi031.sxuhmh (mgr.14182) 260 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:48.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:47.081039+0000 mgr.smithi031.sxuhmh (mgr.14182) 261 : 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-25T21:31:49.437 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:49.437 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:49.811 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:50.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:49.081656+0000 mgr.smithi031.sxuhmh (mgr.14182) 262 : 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-25T21:31:50.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:49.433972+0000 mgr.smithi031.sxuhmh (mgr.14182) 263 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:50.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:49.081656+0000 mgr.smithi031.sxuhmh (mgr.14182) 262 : 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-25T21:31:50.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:49.433972+0000 mgr.smithi031.sxuhmh (mgr.14182) 263 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:50.811 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:52.204 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:52.204 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:52.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:51.082365+0000 mgr.smithi031.sxuhmh (mgr.14182) 264 : 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-25T21:31:52.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:51.082365+0000 mgr.smithi031.sxuhmh (mgr.14182) 264 : 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-25T21:31:52.586 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:53.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:52.200447+0000 mgr.smithi031.sxuhmh (mgr.14182) 265 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:53.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:52.200447+0000 mgr.smithi031.sxuhmh (mgr.14182) 265 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:53.587 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:54.239 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:53.083023+0000 mgr.smithi031.sxuhmh (mgr.14182) 266 : 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-25T21:31:54.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:53.083023+0000 mgr.smithi031.sxuhmh (mgr.14182) 266 : 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-25T21:31:54.948 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:54.948 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:55.368 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:56.370 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:56.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:54.945221+0000 mgr.smithi031.sxuhmh (mgr.14182) 267 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:56.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:55.083391+0000 mgr.smithi031.sxuhmh (mgr.14182) 268 : 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-25T21:31:56.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:54.945221+0000 mgr.smithi031.sxuhmh (mgr.14182) 267 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:56.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:55.083391+0000 mgr.smithi031.sxuhmh (mgr.14182) 268 : 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-25T21:31:57.694 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:31:57.694 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:58.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:57.083993+0000 mgr.smithi031.sxuhmh (mgr.14182) 269 : 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-25T21:31:58.077 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:31:58.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:57.083993+0000 mgr.smithi031.sxuhmh (mgr.14182) 269 : 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-25T21:31:59.078 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:59.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:31:57.691354+0000 mgr.smithi031.sxuhmh (mgr.14182) 270 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:59.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:31:57.691354+0000 mgr.smithi031.sxuhmh (mgr.14182) 270 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:00.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:31:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:31:59.084477+0000 mgr.smithi031.sxuhmh (mgr.14182) 271 : 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-25T21:32:00.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:31:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:31:59.084477+0000 mgr.smithi031.sxuhmh (mgr.14182) 271 : 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-25T21:32:00.518 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:00.519 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:00.884 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:01.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:00.515206+0000 mgr.smithi031.sxuhmh (mgr.14182) 272 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:01.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:00.515206+0000 mgr.smithi031.sxuhmh (mgr.14182) 272 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:01.885 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:02.218 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:01.085130+0000 mgr.smithi031.sxuhmh (mgr.14182) 273 : 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-25T21:32:02.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:01.085130+0000 mgr.smithi031.sxuhmh (mgr.14182) 273 : 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-25T21:32:03.219 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:03.219 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:03.583 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:03.085581+0000 mgr.smithi031.sxuhmh (mgr.14182) 274 : 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-25T21:32:04.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:03.215460+0000 mgr.smithi031.sxuhmh (mgr.14182) 275 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:04.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:03.085581+0000 mgr.smithi031.sxuhmh (mgr.14182) 274 : 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-25T21:32:04.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:03.215460+0000 mgr.smithi031.sxuhmh (mgr.14182) 275 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:04.584 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:05.908 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:05.908 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:06.248 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:05.085977+0000 mgr.smithi031.sxuhmh (mgr.14182) 276 : 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-25T21:32:06.317 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:06.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:05.085977+0000 mgr.smithi031.sxuhmh (mgr.14182) 276 : 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-25T21:32:07.318 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:07.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:05.905229+0000 mgr.smithi031.sxuhmh (mgr.14182) 277 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:07.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:05.905229+0000 mgr.smithi031.sxuhmh (mgr.14182) 277 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:08.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:07.086496+0000 mgr.smithi031.sxuhmh (mgr.14182) 278 : 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-25T21:32:08.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:07.086496+0000 mgr.smithi031.sxuhmh (mgr.14182) 278 : 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-25T21:32:08.627 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:08.627 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z 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.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:09.008 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:10.009 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:10.343 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:08.624693+0000 mgr.smithi031.sxuhmh (mgr.14182) 279 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:10.343 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:09.087196+0000 mgr.smithi031.sxuhmh (mgr.14182) 280 : 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-25T21:32:10.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:08.624693+0000 mgr.smithi031.sxuhmh (mgr.14182) 279 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:10.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:09.087196+0000 mgr.smithi031.sxuhmh (mgr.14182) 280 : 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-25T21:32:11.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:32:10.243179+0000 mgr.smithi031.sxuhmh (mgr.14182) 281 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe 2023-12-25T21:32:11.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe 2023-12-25T21:32:11.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi149.crovoe ... 2023-12-25T21:32:11.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:11.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:30:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:30:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:31:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Traceback (most recent call last): 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: yield (conn, connr) 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: code, '\n'.join(err))) 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi149.crovoe ... 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:30:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:30:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:31:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:32:10.243437+0000 mgr.smithi031.sxuhmh (mgr.14182) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:10.243844+0000 mon.smithi031 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi149.crovoe"}]: dispatch 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:32:10.244602+0000 mgr.smithi031.sxuhmh (mgr.14182) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi149.crovoe ... 2023-12-25T21:32:11.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:11.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:32:11.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:30:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:30:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:31:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:32:11.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:11.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:32:10.246630+0000 mgr.smithi031.sxuhmh (mgr.14182) 284 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.ezrycv on smithi031 2023-12-25T21:32:11.352 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:11.352 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:11.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:32:10.243179+0000 mgr.smithi031.sxuhmh (mgr.14182) 281 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe 2023-12-25T21:32:11.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe 2023-12-25T21:32:11.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi149.crovoe ... 2023-12-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:30:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:30:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:31:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Traceback (most recent call last): 2023-12-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: yield (conn, connr) 2023-12-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: code, '\n'.join(err))) 2023-12-25T21:32:11.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi149.crovoe ... 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:30:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:30:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:31:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:32:10.243437+0000 mgr.smithi031.sxuhmh (mgr.14182) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:10.243844+0000 mon.smithi031 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi149.crovoe"}]: dispatch 2023-12-25T21:32:11.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:32:10.244602+0000 mgr.smithi031.sxuhmh (mgr.14182) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe 2023-12-25T21:32:11.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe 2023-12-25T21:32:11.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe 2023-12-25T21:32:11.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi149.crovoe ... 2023-12-25T21:32:11.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:11.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:32:11.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:30:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:30:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:31:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:32:11.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:32:11.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:11.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:32:10.246630+0000 mgr.smithi031.sxuhmh (mgr.14182) 284 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.ezrycv on smithi031 2023-12-25T21:32:11.715 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:12.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:11.087610+0000 mgr.smithi031.sxuhmh (mgr.14182) 285 : 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-25T21:32:12.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:11.349023+0000 mgr.smithi031.sxuhmh (mgr.14182) 286 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:12.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:11.087610+0000 mgr.smithi031.sxuhmh (mgr.14182) 285 : 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-25T21:32:12.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:11.349023+0000 mgr.smithi031.sxuhmh (mgr.14182) 286 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:12.716 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:14.095 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:14.095 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:14.411 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:13.088256+0000 mgr.smithi031.sxuhmh (mgr.14182) 287 : 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-25T21:32:14.412 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:14.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:13.088256+0000 mgr.smithi031.sxuhmh (mgr.14182) 287 : 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-25T21:32:15.413 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:15.447 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:14.091768+0000 mgr.smithi031.sxuhmh (mgr.14182) 288 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:15.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:14.091768+0000 mgr.smithi031.sxuhmh (mgr.14182) 288 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:16.418 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:15.088763+0000 mgr.smithi031.sxuhmh (mgr.14182) 289 : 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-25T21:32:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:15.088763+0000 mgr.smithi031.sxuhmh (mgr.14182) 289 : 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-25T21:32:16.830 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:16.830 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:17.198 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:18.199 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:18.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:16.827086+0000 mgr.smithi031.sxuhmh (mgr.14182) 290 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:18.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:17.089313+0000 mgr.smithi031.sxuhmh (mgr.14182) 291 : 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-25T21:32:18.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:16.827086+0000 mgr.smithi031.sxuhmh (mgr.14182) 290 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:18.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:17.089313+0000 mgr.smithi031.sxuhmh (mgr.14182) 291 : 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-25T21:32:19.529 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:19.530 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:19.905 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:20.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:19.089761+0000 mgr.smithi031.sxuhmh (mgr.14182) 292 : 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-25T21:32:20.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:19.525979+0000 mgr.smithi031.sxuhmh (mgr.14182) 293 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:20.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:19.089761+0000 mgr.smithi031.sxuhmh (mgr.14182) 292 : 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-25T21:32:20.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:19.525979+0000 mgr.smithi031.sxuhmh (mgr.14182) 293 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:20.906 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:22.206 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:22.206 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:22.495 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:21.090435+0000 mgr.smithi031.sxuhmh (mgr.14182) 294 : 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-25T21:32:22.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:21.090435+0000 mgr.smithi031.sxuhmh (mgr.14182) 294 : 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-25T21:32:22.605 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:23.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:22.201870+0000 mgr.smithi031.sxuhmh (mgr.14182) 295 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:22.201870+0000 mgr.smithi031.sxuhmh (mgr.14182) 295 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:23.606 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:24.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:23.091121+0000 mgr.smithi031.sxuhmh (mgr.14182) 296 : 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-25T21:32:24.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:23.091121+0000 mgr.smithi031.sxuhmh (mgr.14182) 296 : 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-25T21:32:25.049 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:25.049 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:25.422 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:26.423 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:26.457 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:25.045930+0000 mgr.smithi031.sxuhmh (mgr.14182) 297 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:26.457 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:25.091566+0000 mgr.smithi031.sxuhmh (mgr.14182) 298 : 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-25T21:32:26.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:25.045930+0000 mgr.smithi031.sxuhmh (mgr.14182) 297 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:26.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:25.091566+0000 mgr.smithi031.sxuhmh (mgr.14182) 298 : 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-25T21:32:27.788 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:27.788 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:28.110 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:27.092034+0000 mgr.smithi031.sxuhmh (mgr.14182) 299 : 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-25T21:32:28.155 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:28.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:27.092034+0000 mgr.smithi031.sxuhmh (mgr.14182) 299 : 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-25T21:32:29.156 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:29.192 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:27.784756+0000 mgr.smithi031.sxuhmh (mgr.14182) 300 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:29.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:27.784756+0000 mgr.smithi031.sxuhmh (mgr.14182) 300 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:30.118 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:29.092521+0000 mgr.smithi031.sxuhmh (mgr.14182) 301 : 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-25T21:32:30.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:29.092521+0000 mgr.smithi031.sxuhmh (mgr.14182) 301 : 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-25T21:32:30.509 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:30.509 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:30.879 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:31.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:30.505969+0000 mgr.smithi031.sxuhmh (mgr.14182) 302 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:31.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:30.505969+0000 mgr.smithi031.sxuhmh (mgr.14182) 302 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:31.880 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:32.206 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:31.093149+0000 mgr.smithi031.sxuhmh (mgr.14182) 303 : 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-25T21:32:32.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:31.093149+0000 mgr.smithi031.sxuhmh (mgr.14182) 303 : 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-25T21:32:33.184 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:33.184 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:33.562 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:34.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:33.093570+0000 mgr.smithi031.sxuhmh (mgr.14182) 304 : 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-25T21:32:34.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:33.179748+0000 mgr.smithi031.sxuhmh (mgr.14182) 305 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:34.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:33.093570+0000 mgr.smithi031.sxuhmh (mgr.14182) 304 : 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-25T21:32:34.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:33.179748+0000 mgr.smithi031.sxuhmh (mgr.14182) 305 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:34.563 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:35.953 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:35.953 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:36.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:35.094125+0000 mgr.smithi031.sxuhmh (mgr.14182) 306 : 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-25T21:32:36.328 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:36.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:35.094125+0000 mgr.smithi031.sxuhmh (mgr.14182) 306 : 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-25T21:32:37.329 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:37.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:35.949747+0000 mgr.smithi031.sxuhmh (mgr.14182) 307 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:37.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:35.949747+0000 mgr.smithi031.sxuhmh (mgr.14182) 307 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:38.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:37.094656+0000 mgr.smithi031.sxuhmh (mgr.14182) 308 : 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-25T21:32:38.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:37.094656+0000 mgr.smithi031.sxuhmh (mgr.14182) 308 : 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-25T21:32:38.669 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:38.670 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:39.045 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:40.045 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:40.386 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:38.666873+0000 mgr.smithi031.sxuhmh (mgr.14182) 309 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:40.387 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:39.095186+0000 mgr.smithi031.sxuhmh (mgr.14182) 310 : 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-25T21:32:40.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:38.666873+0000 mgr.smithi031.sxuhmh (mgr.14182) 309 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:40.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:39.095186+0000 mgr.smithi031.sxuhmh (mgr.14182) 310 : 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-25T21:32:41.407 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:41.407 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:41.776 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:42.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:41.095600+0000 mgr.smithi031.sxuhmh (mgr.14182) 311 : 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-25T21:32:42.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:41.403378+0000 mgr.smithi031.sxuhmh (mgr.14182) 312 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:42.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:41.095600+0000 mgr.smithi031.sxuhmh (mgr.14182) 311 : 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-25T21:32:42.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:41.403378+0000 mgr.smithi031.sxuhmh (mgr.14182) 312 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:42.777 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:44.130 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:44.130 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:44.417 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:43.096191+0000 mgr.smithi031.sxuhmh (mgr.14182) 313 : 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-25T21:32:44.472 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:43.096191+0000 mgr.smithi031.sxuhmh (mgr.14182) 313 : 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-25T21:32:44.510 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:45.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:44.126725+0000 mgr.smithi031.sxuhmh (mgr.14182) 314 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:45.511 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:45.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:44.126725+0000 mgr.smithi031.sxuhmh (mgr.14182) 314 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:46.489 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:45.096742+0000 mgr.smithi031.sxuhmh (mgr.14182) 315 : 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-25T21:32:46.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:45.096742+0000 mgr.smithi031.sxuhmh (mgr.14182) 315 : 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-25T21:32:46.875 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:46.875 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:47.226 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:48.227 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:48.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:46.872089+0000 mgr.smithi031.sxuhmh (mgr.14182) 316 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:48.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:47.097188+0000 mgr.smithi031.sxuhmh (mgr.14182) 317 : 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-25T21:32:48.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:46.872089+0000 mgr.smithi031.sxuhmh (mgr.14182) 316 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:48.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:47.097188+0000 mgr.smithi031.sxuhmh (mgr.14182) 317 : 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-25T21:32:49.564 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:49.564 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:49.934 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:50.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:49.097579+0000 mgr.smithi031.sxuhmh (mgr.14182) 318 : 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-25T21:32:50.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:49.097579+0000 mgr.smithi031.sxuhmh (mgr.14182) 318 : 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-25T21:32:50.935 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:51.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:49.560973+0000 mgr.smithi031.sxuhmh (mgr.14182) 319 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:51.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:49.560973+0000 mgr.smithi031.sxuhmh (mgr.14182) 319 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:52.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:51.097995+0000 mgr.smithi031.sxuhmh (mgr.14182) 320 : 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-25T21:32:52.311 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:52.311 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:52.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:51.097995+0000 mgr.smithi031.sxuhmh (mgr.14182) 320 : 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-25T21:32:52.675 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:53.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:52.308047+0000 mgr.smithi031.sxuhmh (mgr.14182) 321 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:53.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:52.308047+0000 mgr.smithi031.sxuhmh (mgr.14182) 321 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:53.675 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:54.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:53.098534+0000 mgr.smithi031.sxuhmh (mgr.14182) 322 : 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-25T21:32:54.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:53.098534+0000 mgr.smithi031.sxuhmh (mgr.14182) 322 : 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-25T21:32:54.985 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:54.985 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:55.383 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:56.383 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:56.418 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:54.982064+0000 mgr.smithi031.sxuhmh (mgr.14182) 323 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:56.418 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:55.099013+0000 mgr.smithi031.sxuhmh (mgr.14182) 324 : 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-25T21:32:56.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:54.982064+0000 mgr.smithi031.sxuhmh (mgr.14182) 323 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:56.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:55.099013+0000 mgr.smithi031.sxuhmh (mgr.14182) 324 : 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-25T21:32:57.677 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:32:57.677 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:57.990 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:57.099653+0000 mgr.smithi031.sxuhmh (mgr.14182) 325 : 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-25T21:32:58.009 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:32:58.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:57.099653+0000 mgr.smithi031.sxuhmh (mgr.14182) 325 : 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-25T21:32:59.010 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:59.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:32:57.674245+0000 mgr.smithi031.sxuhmh (mgr.14182) 326 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:59.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:32:57.674245+0000 mgr.smithi031.sxuhmh (mgr.14182) 326 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:00.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:32:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:32:59.100117+0000 mgr.smithi031.sxuhmh (mgr.14182) 327 : 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-25T21:33:00.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:32:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:32:59.100117+0000 mgr.smithi031.sxuhmh (mgr.14182) 327 : 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-25T21:33:00.393 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:00.393 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:00.758 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:01.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:00.390321+0000 mgr.smithi031.sxuhmh (mgr.14182) 328 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:01.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:00.390321+0000 mgr.smithi031.sxuhmh (mgr.14182) 328 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:01.758 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:02.093 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:01.100617+0000 mgr.smithi031.sxuhmh (mgr.14182) 329 : 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-25T21:33:02.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:01.100617+0000 mgr.smithi031.sxuhmh (mgr.14182) 329 : 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-25T21:33:03.067 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:03.067 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:03.440 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:04.441 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:03.063575+0000 mgr.smithi031.sxuhmh (mgr.14182) 330 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:03.101142+0000 mgr.smithi031.sxuhmh (mgr.14182) 331 : 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-25T21:33:04.475 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:03.063575+0000 mgr.smithi031.sxuhmh (mgr.14182) 330 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:04.475 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:03.101142+0000 mgr.smithi031.sxuhmh (mgr.14182) 331 : 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-25T21:33:05.802 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:05.802 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:06.167 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:06.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:05.101490+0000 mgr.smithi031.sxuhmh (mgr.14182) 332 : 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-25T21:33:06.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:05.101490+0000 mgr.smithi031.sxuhmh (mgr.14182) 332 : 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-25T21:33:07.169 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:07.483 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:05.798521+0000 mgr.smithi031.sxuhmh (mgr.14182) 333 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:07.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:05.798521+0000 mgr.smithi031.sxuhmh (mgr.14182) 333 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:08.484 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:08.485 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:08.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:07.102231+0000 mgr.smithi031.sxuhmh (mgr.14182) 334 : 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-25T21:33:08.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:07.102231+0000 mgr.smithi031.sxuhmh (mgr.14182) 334 : 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-25T21:33:08.856 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:09.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:08.481656+0000 mgr.smithi031.sxuhmh (mgr.14182) 335 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:09.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:08.481656+0000 mgr.smithi031.sxuhmh (mgr.14182) 335 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:09.857 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:10.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:09.102904+0000 mgr.smithi031.sxuhmh (mgr.14182) 336 : 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-25T21:33:10.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:09.102904+0000 mgr.smithi031.sxuhmh (mgr.14182) 336 : 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-25T21:33:11.223 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:11.224 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:11.581 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:12.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:11.103331+0000 mgr.smithi031.sxuhmh (mgr.14182) 337 : 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-25T21:33:12.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:11.220272+0000 mgr.smithi031.sxuhmh (mgr.14182) 338 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:12.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:11.103331+0000 mgr.smithi031.sxuhmh (mgr.14182) 337 : 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-25T21:33:12.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:11.220272+0000 mgr.smithi031.sxuhmh (mgr.14182) 338 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:12.582 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:13.966 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:13.966 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:14.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:13.103824+0000 mgr.smithi031.sxuhmh (mgr.14182) 339 : 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-25T21:33:14.356 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:14.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:13.103824+0000 mgr.smithi031.sxuhmh (mgr.14182) 339 : 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-25T21:33:15.356 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:15.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:13.962762+0000 mgr.smithi031.sxuhmh (mgr.14182) 340 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:15.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:13.962762+0000 mgr.smithi031.sxuhmh (mgr.14182) 340 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:16.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:15.104264+0000 mgr.smithi031.sxuhmh (mgr.14182) 341 : 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-25T21:33:16.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:15.104264+0000 mgr.smithi031.sxuhmh (mgr.14182) 341 : 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-25T21:33:16.648 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:16.648 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:16.975 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:17.976 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:18.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:16.645433+0000 mgr.smithi031.sxuhmh (mgr.14182) 342 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:18.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:17.104682+0000 mgr.smithi031.sxuhmh (mgr.14182) 343 : 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-25T21:33:18.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:16.645433+0000 mgr.smithi031.sxuhmh (mgr.14182) 342 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:18.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:17.104682+0000 mgr.smithi031.sxuhmh (mgr.14182) 343 : 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-25T21:33:19.317 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:19.317 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:19.705 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:20.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:19.105105+0000 mgr.smithi031.sxuhmh (mgr.14182) 344 : 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-25T21:33:20.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:19.313876+0000 mgr.smithi031.sxuhmh (mgr.14182) 345 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:20.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:19.105105+0000 mgr.smithi031.sxuhmh (mgr.14182) 344 : 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-25T21:33:20.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:19.313876+0000 mgr.smithi031.sxuhmh (mgr.14182) 345 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:20.707 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:22.078 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:22.078 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:22.394 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:21.105502+0000 mgr.smithi031.sxuhmh (mgr.14182) 346 : 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-25T21:33:22.445 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:22.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:21.105502+0000 mgr.smithi031.sxuhmh (mgr.14182) 346 : 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-25T21:33:23.447 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:23.480 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:22.074440+0000 mgr.smithi031.sxuhmh (mgr.14182) 347 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:22.074440+0000 mgr.smithi031.sxuhmh (mgr.14182) 347 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:24.466 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:23.106085+0000 mgr.smithi031.sxuhmh (mgr.14182) 348 : 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-25T21:33:24.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:23.106085+0000 mgr.smithi031.sxuhmh (mgr.14182) 348 : 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-25T21:33:24.833 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:24.833 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:25.212 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:26.213 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:26.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:24.829644+0000 mgr.smithi031.sxuhmh (mgr.14182) 349 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:26.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:25.106429+0000 mgr.smithi031.sxuhmh (mgr.14182) 350 : 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-25T21:33:26.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:24.829644+0000 mgr.smithi031.sxuhmh (mgr.14182) 349 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:26.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:25.106429+0000 mgr.smithi031.sxuhmh (mgr.14182) 350 : 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-25T21:33:27.593 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:27.594 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:27.963 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:28.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:27.106885+0000 mgr.smithi031.sxuhmh (mgr.14182) 351 : 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-25T21:33:28.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:27.106885+0000 mgr.smithi031.sxuhmh (mgr.14182) 351 : 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-25T21:33:28.964 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:29.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:27.590025+0000 mgr.smithi031.sxuhmh (mgr.14182) 352 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:29.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:27.590025+0000 mgr.smithi031.sxuhmh (mgr.14182) 352 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:30.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:29.107311+0000 mgr.smithi031.sxuhmh (mgr.14182) 353 : 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-25T21:33:30.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:29.107311+0000 mgr.smithi031.sxuhmh (mgr.14182) 353 : 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-25T21:33:30.337 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:30.337 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:30.703 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:31.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:30.334305+0000 mgr.smithi031.sxuhmh (mgr.14182) 354 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:31.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:30.334305+0000 mgr.smithi031.sxuhmh (mgr.14182) 354 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:31.703 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:32.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:31.108071+0000 mgr.smithi031.sxuhmh (mgr.14182) 355 : 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-25T21:33:32.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:31.108071+0000 mgr.smithi031.sxuhmh (mgr.14182) 355 : 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-25T21:33:33.060 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:33.060 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:33.426 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:34.428 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:34.461 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:33.057190+0000 mgr.smithi031.sxuhmh (mgr.14182) 356 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:34.462 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:33.108709+0000 mgr.smithi031.sxuhmh (mgr.14182) 357 : 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-25T21:33:34.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:33.057190+0000 mgr.smithi031.sxuhmh (mgr.14182) 356 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:34.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:33.108709+0000 mgr.smithi031.sxuhmh (mgr.14182) 357 : 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-25T21:33:35.738 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:35.739 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:36.093 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:36.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:35.109198+0000 mgr.smithi031.sxuhmh (mgr.14182) 358 : 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-25T21:33:36.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:35.109198+0000 mgr.smithi031.sxuhmh (mgr.14182) 358 : 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-25T21:33:37.096 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:37.438 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:35.734987+0000 mgr.smithi031.sxuhmh (mgr.14182) 359 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:37.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:35.734987+0000 mgr.smithi031.sxuhmh (mgr.14182) 359 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:38.466 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:38.467 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:38.492 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:37.109694+0000 mgr.smithi031.sxuhmh (mgr.14182) 360 : 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-25T21:33:38.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:37.109694+0000 mgr.smithi031.sxuhmh (mgr.14182) 360 : 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-25T21:33:38.834 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:39.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:38.463327+0000 mgr.smithi031.sxuhmh (mgr.14182) 361 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:39.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:38.463327+0000 mgr.smithi031.sxuhmh (mgr.14182) 361 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:39.835 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:40.470 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:39.110252+0000 mgr.smithi031.sxuhmh (mgr.14182) 362 : 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-25T21:33:40.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:39.110252+0000 mgr.smithi031.sxuhmh (mgr.14182) 362 : 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-25T21:33:41.167 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:41.167 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:41.535 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:42.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:41.110695+0000 mgr.smithi031.sxuhmh (mgr.14182) 363 : 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-25T21:33:42.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:41.164549+0000 mgr.smithi031.sxuhmh (mgr.14182) 364 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:42.536 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:42.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:41.110695+0000 mgr.smithi031.sxuhmh (mgr.14182) 363 : 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-25T21:33:42.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:41.164549+0000 mgr.smithi031.sxuhmh (mgr.14182) 364 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:43.928 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:43.928 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:44.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:43.111142+0000 mgr.smithi031.sxuhmh (mgr.14182) 365 : 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-25T21:33:44.300 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:44.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:43.111142+0000 mgr.smithi031.sxuhmh (mgr.14182) 365 : 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-25T21:33:45.302 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:45.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:43.924741+0000 mgr.smithi031.sxuhmh (mgr.14182) 366 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:45.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:43.924741+0000 mgr.smithi031.sxuhmh (mgr.14182) 366 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:46.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:45.111610+0000 mgr.smithi031.sxuhmh (mgr.14182) 367 : 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-25T21:33:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:45.111610+0000 mgr.smithi031.sxuhmh (mgr.14182) 367 : 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-25T21:33:46.640 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:46.640 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:47.049 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:48.051 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:48.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:46.637260+0000 mgr.smithi031.sxuhmh (mgr.14182) 368 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:48.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:47.112072+0000 mgr.smithi031.sxuhmh (mgr.14182) 369 : 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-25T21:33:48.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:46.637260+0000 mgr.smithi031.sxuhmh (mgr.14182) 368 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:48.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:47.112072+0000 mgr.smithi031.sxuhmh (mgr.14182) 369 : 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-25T21:33:49.407 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:49.407 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:49.792 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:50.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:49.112477+0000 mgr.smithi031.sxuhmh (mgr.14182) 370 : 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-25T21:33:50.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:49.402774+0000 mgr.smithi031.sxuhmh (mgr.14182) 371 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:50.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:49.112477+0000 mgr.smithi031.sxuhmh (mgr.14182) 370 : 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-25T21:33:50.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:49.402774+0000 mgr.smithi031.sxuhmh (mgr.14182) 371 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:50.793 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:52.162 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:52.162 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:52.481 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:51.113085+0000 mgr.smithi031.sxuhmh (mgr.14182) 372 : 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-25T21:33:52.524 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:52.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:51.113085+0000 mgr.smithi031.sxuhmh (mgr.14182) 372 : 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-25T21:33:53.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:52.158735+0000 mgr.smithi031.sxuhmh (mgr.14182) 373 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:53.525 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:53.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:52.158735+0000 mgr.smithi031.sxuhmh (mgr.14182) 373 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:54.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:53.113570+0000 mgr.smithi031.sxuhmh (mgr.14182) 374 : 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-25T21:33:54.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:53.113570+0000 mgr.smithi031.sxuhmh (mgr.14182) 374 : 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-25T21:33:54.873 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:54.873 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:55.258 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:56.259 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:56.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:54.870105+0000 mgr.smithi031.sxuhmh (mgr.14182) 375 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:56.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:55.114036+0000 mgr.smithi031.sxuhmh (mgr.14182) 376 : 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-25T21:33:56.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:54.870105+0000 mgr.smithi031.sxuhmh (mgr.14182) 375 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:56.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:55.114036+0000 mgr.smithi031.sxuhmh (mgr.14182) 376 : 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-25T21:33:57.584 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:33:57.585 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:58.016 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:33:58.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:57.114452+0000 mgr.smithi031.sxuhmh (mgr.14182) 377 : 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-25T21:33:58.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:57.114452+0000 mgr.smithi031.sxuhmh (mgr.14182) 377 : 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-25T21:33:59.017 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:59.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:33:57.580569+0000 mgr.smithi031.sxuhmh (mgr.14182) 378 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:59.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:33:57.580569+0000 mgr.smithi031.sxuhmh (mgr.14182) 378 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:00.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:33:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:33:59.114915+0000 mgr.smithi031.sxuhmh (mgr.14182) 379 : 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-25T21:34:00.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:33:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:33:59.114915+0000 mgr.smithi031.sxuhmh (mgr.14182) 379 : 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-25T21:34:00.404 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:00.404 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:00.765 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:01.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:00.401211+0000 mgr.smithi031.sxuhmh (mgr.14182) 380 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:01.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:00.401211+0000 mgr.smithi031.sxuhmh (mgr.14182) 380 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:01.766 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:02.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:01.115402+0000 mgr.smithi031.sxuhmh (mgr.14182) 381 : 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-25T21:34:02.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:01.115402+0000 mgr.smithi031.sxuhmh (mgr.14182) 381 : 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-25T21:34:03.097 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:03.097 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:03.473 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:03.094112+0000 mgr.smithi031.sxuhmh (mgr.14182) 382 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:03.115907+0000 mgr.smithi031.sxuhmh (mgr.14182) 383 : 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-25T21:34:04.475 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:04.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:03.094112+0000 mgr.smithi031.sxuhmh (mgr.14182) 382 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:04.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:03.115907+0000 mgr.smithi031.sxuhmh (mgr.14182) 383 : 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-25T21:34:05.884 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:05.884 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:06.280 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:06.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:05.116291+0000 mgr.smithi031.sxuhmh (mgr.14182) 384 : 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-25T21:34:06.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:05.116291+0000 mgr.smithi031.sxuhmh (mgr.14182) 384 : 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-25T21:34:07.281 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:07.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:05.880337+0000 mgr.smithi031.sxuhmh (mgr.14182) 385 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:07.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:05.880337+0000 mgr.smithi031.sxuhmh (mgr.14182) 385 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:08.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:07.117092+0000 mgr.smithi031.sxuhmh (mgr.14182) 386 : 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-25T21:34:08.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:07.117092+0000 mgr.smithi031.sxuhmh (mgr.14182) 386 : 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-25T21:34:08.628 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:08.629 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:08.987 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:09.988 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:10.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:08.625530+0000 mgr.smithi031.sxuhmh (mgr.14182) 387 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:10.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:09.117583+0000 mgr.smithi031.sxuhmh (mgr.14182) 388 : 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-25T21:34:10.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:08.625530+0000 mgr.smithi031.sxuhmh (mgr.14182) 387 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:10.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:09.117583+0000 mgr.smithi031.sxuhmh (mgr.14182) 388 : 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-25T21:34:11.337 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:11.338 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:11.695 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:12.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:11.118072+0000 mgr.smithi031.sxuhmh (mgr.14182) 389 : 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-25T21:34:12.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:11.334651+0000 mgr.smithi031.sxuhmh (mgr.14182) 390 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:12.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:11.118072+0000 mgr.smithi031.sxuhmh (mgr.14182) 389 : 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-25T21:34:12.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:11.334651+0000 mgr.smithi031.sxuhmh (mgr.14182) 390 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:12.695 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:14.052 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:14.053 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:14.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:13.118592+0000 mgr.smithi031.sxuhmh (mgr.14182) 391 : 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-25T21:34:14.419 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:14.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:13.118592+0000 mgr.smithi031.sxuhmh (mgr.14182) 391 : 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-25T21:34:15.421 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:15.456 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:14.049597+0000 mgr.smithi031.sxuhmh (mgr.14182) 392 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:15.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:14.049597+0000 mgr.smithi031.sxuhmh (mgr.14182) 392 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:16.399 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:15.119190+0000 mgr.smithi031.sxuhmh (mgr.14182) 393 : 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-25T21:34:16.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:15.119190+0000 mgr.smithi031.sxuhmh (mgr.14182) 393 : 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-25T21:34:16.777 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:16.777 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:17.162 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:18.162 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:18.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:16.773829+0000 mgr.smithi031.sxuhmh (mgr.14182) 394 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:18.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:17.119804+0000 mgr.smithi031.sxuhmh (mgr.14182) 395 : 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-25T21:34:18.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:16.773829+0000 mgr.smithi031.sxuhmh (mgr.14182) 394 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:18.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:17.119804+0000 mgr.smithi031.sxuhmh (mgr.14182) 395 : 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-25T21:34:19.479 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:19.480 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:19.887 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:20.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:19.120202+0000 mgr.smithi031.sxuhmh (mgr.14182) 396 : 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-25T21:34:20.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:19.476386+0000 mgr.smithi031.sxuhmh (mgr.14182) 397 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:20.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:19.120202+0000 mgr.smithi031.sxuhmh (mgr.14182) 396 : 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-25T21:34:20.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:19.476386+0000 mgr.smithi031.sxuhmh (mgr.14182) 397 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:20.888 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:22.226 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:22.226 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:22.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:21.120646+0000 mgr.smithi031.sxuhmh (mgr.14182) 398 : 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-25T21:34:22.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:21.120646+0000 mgr.smithi031.sxuhmh (mgr.14182) 398 : 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-25T21:34:22.647 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:23.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:22.222825+0000 mgr.smithi031.sxuhmh (mgr.14182) 399 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:22.222825+0000 mgr.smithi031.sxuhmh (mgr.14182) 399 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:23.648 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:24.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:23.121361+0000 mgr.smithi031.sxuhmh (mgr.14182) 400 : 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-25T21:34:24.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:23.121361+0000 mgr.smithi031.sxuhmh (mgr.14182) 400 : 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-25T21:34:25.006 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:25.007 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:25.377 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:26.378 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:26.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:25.003569+0000 mgr.smithi031.sxuhmh (mgr.14182) 401 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:26.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:25.121772+0000 mgr.smithi031.sxuhmh (mgr.14182) 402 : 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-25T21:34:26.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:25.003569+0000 mgr.smithi031.sxuhmh (mgr.14182) 401 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:26.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:25.121772+0000 mgr.smithi031.sxuhmh (mgr.14182) 402 : 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-25T21:34:27.702 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:27.702 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:28.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:27.122371+0000 mgr.smithi031.sxuhmh (mgr.14182) 403 : 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-25T21:34:28.077 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:28.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:27.122371+0000 mgr.smithi031.sxuhmh (mgr.14182) 403 : 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-25T21:34:29.078 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:29.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:27.698377+0000 mgr.smithi031.sxuhmh (mgr.14182) 404 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:29.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:27.698377+0000 mgr.smithi031.sxuhmh (mgr.14182) 404 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:30.036 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:29.122843+0000 mgr.smithi031.sxuhmh (mgr.14182) 405 : 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-25T21:34:30.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:29.122843+0000 mgr.smithi031.sxuhmh (mgr.14182) 405 : 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-25T21:34:30.395 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:30.396 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:30.775 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:31.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:30.392710+0000 mgr.smithi031.sxuhmh (mgr.14182) 406 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:31.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:30.392710+0000 mgr.smithi031.sxuhmh (mgr.14182) 406 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:31.776 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:32.093 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:31.123266+0000 mgr.smithi031.sxuhmh (mgr.14182) 407 : 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-25T21:34:32.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:31.123266+0000 mgr.smithi031.sxuhmh (mgr.14182) 407 : 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-25T21:34:33.070 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:33.071 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:33.442 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:34.443 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:34.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:33.067603+0000 mgr.smithi031.sxuhmh (mgr.14182) 408 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:34.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:33.123869+0000 mgr.smithi031.sxuhmh (mgr.14182) 409 : 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-25T21:34:34.478 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:33.067603+0000 mgr.smithi031.sxuhmh (mgr.14182) 408 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:34.478 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:33.123869+0000 mgr.smithi031.sxuhmh (mgr.14182) 409 : 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-25T21:34:35.757 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:35.757 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:36.124 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:36.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:35.124304+0000 mgr.smithi031.sxuhmh (mgr.14182) 410 : 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-25T21:34:36.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:35.124304+0000 mgr.smithi031.sxuhmh (mgr.14182) 410 : 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-25T21:34:37.125 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:37.494 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:35.753918+0000 mgr.smithi031.sxuhmh (mgr.14182) 411 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:37.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:35.753918+0000 mgr.smithi031.sxuhmh (mgr.14182) 411 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:38.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:37.124963+0000 mgr.smithi031.sxuhmh (mgr.14182) 412 : 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-25T21:34:38.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:37.124963+0000 mgr.smithi031.sxuhmh (mgr.14182) 412 : 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-25T21:34:38.562 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:38.563 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:36.673054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:36.673675Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:36.673196Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:36.673271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:36.673339Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:36.673417Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:38.941 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:39.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:38.559954+0000 mgr.smithi031.sxuhmh (mgr.14182) 413 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:39.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:38.559954+0000 mgr.smithi031.sxuhmh (mgr.14182) 413 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:39.942 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:40.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:39.125475+0000 mgr.smithi031.sxuhmh (mgr.14182) 414 : 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-25T21:34:40.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:39.572928+0000 mon.smithi031 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.ezrycv"}]: dispatch 2023-12-25T21:34:40.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:39.578222+0000 mon.smithi031 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:40.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:39.580727+0000 mon.smithi031 (mon.0) 639 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:34:40.488 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:39.125475+0000 mgr.smithi031.sxuhmh (mgr.14182) 414 : 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-25T21:34:40.488 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:39.572928+0000 mon.smithi031 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.ezrycv"}]: dispatch 2023-12-25T21:34:40.488 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:39.578222+0000 mon.smithi031 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:40.488 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:39.580727+0000 mon.smithi031 (mon.0) 639 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:34:41.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:34:39.572298+0000 mgr.smithi031.sxuhmh (mgr.14182) 415 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv 2023-12-25T21:34:41.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv 2023-12-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi031.ezrycv ... 2023-12-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:32:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:33: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-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:34:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Traceback (most recent call last): 2023-12-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:34:41.253 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: yield (conn, connr) 2023-12-25T21:34:41.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:34:41.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: code, '\n'.join(err))) 2023-12-25T21:34:41.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv 2023-12-25T21:34:41.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv 2023-12-25T21:34:41.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi031.ezrycv ... 2023-12-25T21:34:41.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:41.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:34:41.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:32:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:34:41.254 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:33: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-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:34:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:34:39.572505+0000 mgr.smithi031.sxuhmh (mgr.14182) 416 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:34:39.573697+0000 mgr.smithi031.sxuhmh (mgr.14182) 417 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv 2023-12-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv 2023-12-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi031.ezrycv ... 2023-12-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:32:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:33: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-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:34:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:34:41.255 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:34:41.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:41.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:34:39.578546+0000 mgr.smithi031.sxuhmh (mgr.14182) 418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:34:41.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:34:39.579665+0000 mgr.smithi031.sxuhmh (mgr.14182) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:34:41.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:39.580539+0000 mgr.smithi031.sxuhmh (mgr.14182) 420 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:34:41.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:40.576334+0000 mon.smithi031 (mon.0) 640 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:34:41.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:40.842950+0000 mon.smithi031 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:41.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:34:39.572298+0000 mgr.smithi031.sxuhmh (mgr.14182) 415 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv 2023-12-25T21:34:41.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv 2023-12-25T21:34:41.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi031.ezrycv ... 2023-12-25T21:34:41.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:32:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:33: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-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:34:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Traceback (most recent call last): 2023-12-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: yield (conn, connr) 2023-12-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: code, '\n'.join(err))) 2023-12-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv 2023-12-25T21:34:41.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi031.ezrycv ... 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:32:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:33: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-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:34:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:34:39.572505+0000 mgr.smithi031.sxuhmh (mgr.14182) 416 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:34:39.573697+0000 mgr.smithi031.sxuhmh (mgr.14182) 417 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv 2023-12-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi031.ezrycv ... 2023-12-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:32:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:33: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-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:34:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:34:39.578546+0000 mgr.smithi031.sxuhmh (mgr.14182) 418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:34:39.579665+0000 mgr.smithi031.sxuhmh (mgr.14182) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:39.580539+0000 mgr.smithi031.sxuhmh (mgr.14182) 420 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:40.576334+0000 mon.smithi031 (mon.0) 640 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:34:41.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:40.842950+0000 mon.smithi031 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:41.787 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:41.787 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:29:38.757764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:29:38.757832Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:29:38.757896Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:29:38.758351Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:29:38.757688Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:29:38.757548Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:29:38.757972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:29:38.758100Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:29:38.758036Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:42.229 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:34:43.230 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:43.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:41.581185+0000 mgr.smithi031.sxuhmh (mgr.14182) 421 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:34:43.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:41.784081+0000 mgr.smithi031.sxuhmh (mgr.14182) 422 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:43.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:43.102501+0000 mon.smithi031 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:43.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:41.581185+0000 mgr.smithi031.sxuhmh (mgr.14182) 421 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:34:43.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:41.784081+0000 mgr.smithi031.sxuhmh (mgr.14182) 422 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:43.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:43.102501+0000 mon.smithi031 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:44.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:43.425366+0000 mon.smithi031 (mon.0) 643 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:34:44.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:43.426045+0000 mon.smithi031 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:34:44.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:43.431445+0000 mon.smithi031 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:44.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:43.432084+0000 mgr.smithi031.sxuhmh (mgr.14182) 423 : cluster [DBG] pgmap v260: 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-25T21:34:44.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:43.435577+0000 mon.smithi031 (mon.0) 646 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:34:44.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:43.443755+0000 mon.smithi031 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:44.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:34:43.445739+0000 mgr.smithi031.sxuhmh (mgr.14182) 424 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi149.plqtgl on smithi149 2023-12-25T21:34:44.474 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:44.180450+0000 mon.smithi031 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:43.425366+0000 mon.smithi031 (mon.0) 643 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:34:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:43.426045+0000 mon.smithi031 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:34:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:43.431445+0000 mon.smithi031 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:43.432084+0000 mgr.smithi031.sxuhmh (mgr.14182) 423 : cluster [DBG] pgmap v260: 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-25T21:34:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:43.435577+0000 mon.smithi031 (mon.0) 646 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:34:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:43.443755+0000 mon.smithi031 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:44.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:34:43.445739+0000 mgr.smithi031.sxuhmh (mgr.14182) 424 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi149.plqtgl on smithi149 2023-12-25T21:34:44.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:44.180450+0000 mon.smithi031 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:44.574 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:44.574 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:44.939 INFO:tasks.cephadm:nfs.foo has 1/1 2023-12-25T21:34:44.939 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-25T21:34:44.949 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-25T21:34:44.949 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:45.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:44.279600+0000 mon.smithi031 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:45.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:44.428658+0000 mon.smithi031 (mon.0) 650 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:34:45.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:44.428684+0000 mon.smithi031 (mon.0) 651 : cluster [INF] Cluster is now healthy 2023-12-25T21:34:45.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:44.279600+0000 mon.smithi031 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:34:45.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:44.428658+0000 mon.smithi031 (mon.0) 650 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:34:45.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:44.428684+0000 mon.smithi031 (mon.0) 651 : cluster [INF] Cluster is now healthy 2023-12-25T21:34:46.298 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:46.298 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:46.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:44.570977+0000 mgr.smithi031.sxuhmh (mgr.14182) 425 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:46.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:45.432473+0000 mgr.smithi031.sxuhmh (mgr.14182) 426 : cluster [DBG] pgmap v261: 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-25T21:34:46.630 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:44.570977+0000 mgr.smithi031.sxuhmh (mgr.14182) 425 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:46.630 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:45.432473+0000 mgr.smithi031.sxuhmh (mgr.14182) 426 : cluster [DBG] pgmap v261: 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-25T21:34:46.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:47.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:46.294608+0000 mgr.smithi031.sxuhmh (mgr.14182) 427 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:47.666 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:47.699 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:46.294608+0000 mgr.smithi031.sxuhmh (mgr.14182) 427 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:48.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:47.433243+0000 mgr.smithi031.sxuhmh (mgr.14182) 428 : cluster [DBG] pgmap v262: 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-25T21:34:48.618 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:47.433243+0000 mgr.smithi031.sxuhmh (mgr.14182) 428 : cluster [DBG] pgmap v262: 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-25T21:34:48.998 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:48.998 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:49.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:50.407 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:50.749 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:48.995104+0000 mgr.smithi031.sxuhmh (mgr.14182) 429 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:50.749 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:49.433583+0000 mgr.smithi031.sxuhmh (mgr.14182) 430 : cluster [DBG] pgmap v263: 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-25T21:34:50.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:48.995104+0000 mgr.smithi031.sxuhmh (mgr.14182) 429 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:50.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:49.433583+0000 mgr.smithi031.sxuhmh (mgr.14182) 430 : cluster [DBG] pgmap v263: 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-25T21:34:51.802 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:51.803 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:52.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:52.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:51.434221+0000 mgr.smithi031.sxuhmh (mgr.14182) 431 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:34:52.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:51.434221+0000 mgr.smithi031.sxuhmh (mgr.14182) 431 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:34:53.173 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:53.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:51.799206+0000 mgr.smithi031.sxuhmh (mgr.14182) 432 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:53.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:51.799206+0000 mgr.smithi031.sxuhmh (mgr.14182) 432 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:54.524 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:54.524 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:54.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:53.434709+0000 mgr.smithi031.sxuhmh (mgr.14182) 433 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:34:54.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:53.434709+0000 mgr.smithi031.sxuhmh (mgr.14182) 433 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:34:54.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:55.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:54.520959+0000 mgr.smithi031.sxuhmh (mgr.14182) 434 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:55.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:54.520959+0000 mgr.smithi031.sxuhmh (mgr.14182) 434 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:55.889 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:56.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:55.435170+0000 mgr.smithi031.sxuhmh (mgr.14182) 435 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:56.867 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:55.435170+0000 mgr.smithi031.sxuhmh (mgr.14182) 435 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:57.241 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:57.241 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:57.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:58.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:57.238115+0000 mgr.smithi031.sxuhmh (mgr.14182) 436 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:58.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:34:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:57.435655+0000 mgr.smithi031.sxuhmh (mgr.14182) 437 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:58.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:57.238115+0000 mgr.smithi031.sxuhmh (mgr.14182) 436 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:34:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:57.435655+0000 mgr.smithi031.sxuhmh (mgr.14182) 437 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:58.606 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:59.989 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:34:59.989 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:00.327 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:59.180601+0000 mon.smithi031 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:35:00.328 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:34:59.436030+0000 mgr.smithi031.sxuhmh (mgr.14182) 438 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:00.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:00.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:59.180601+0000 mon.smithi031 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:35:00.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:34:59.436030+0000 mgr.smithi031.sxuhmh (mgr.14182) 438 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:01.372 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:01.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:34:59.986283+0000 mgr.smithi031.sxuhmh (mgr.14182) 439 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:01.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:34:59.986283+0000 mgr.smithi031.sxuhmh (mgr.14182) 439 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:02.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:01.436598+0000 mgr.smithi031.sxuhmh (mgr.14182) 440 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:02.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:01.436598+0000 mgr.smithi031.sxuhmh (mgr.14182) 440 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:02.754 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:02.754 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:03.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:04.132 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:04.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:02.751327+0000 mgr.smithi031.sxuhmh (mgr.14182) 441 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:04.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:03.437309+0000 mgr.smithi031.sxuhmh (mgr.14182) 442 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:04.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:02.751327+0000 mgr.smithi031.sxuhmh (mgr.14182) 441 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:04.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:03.437309+0000 mgr.smithi031.sxuhmh (mgr.14182) 442 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:05.462 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:05.462 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:05.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:06.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:05.437714+0000 mgr.smithi031.sxuhmh (mgr.14182) 443 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:06.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:05.458545+0000 mgr.smithi031.sxuhmh (mgr.14182) 444 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:06.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:05.437714+0000 mgr.smithi031.sxuhmh (mgr.14182) 443 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:06.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:05.458545+0000 mgr.smithi031.sxuhmh (mgr.14182) 444 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:06.831 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:08.188 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:08.189 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:08.214 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:07.438501+0000 mgr.smithi031.sxuhmh (mgr.14182) 445 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:08.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:07.438501+0000 mgr.smithi031.sxuhmh (mgr.14182) 445 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:08.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:09.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:08.185430+0000 mgr.smithi031.sxuhmh (mgr.14182) 446 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:09.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:08.185430+0000 mgr.smithi031.sxuhmh (mgr.14182) 446 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:09.554 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:10.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:09.438935+0000 mgr.smithi031.sxuhmh (mgr.14182) 447 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:10.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:09.438935+0000 mgr.smithi031.sxuhmh (mgr.14182) 447 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:10.911 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:10.911 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:11.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:12.304 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:12.638 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:10.908032+0000 mgr.smithi031.sxuhmh (mgr.14182) 448 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:12.638 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:11.439434+0000 mgr.smithi031.sxuhmh (mgr.14182) 449 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:12.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:10.908032+0000 mgr.smithi031.sxuhmh (mgr.14182) 448 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:12.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:11.439434+0000 mgr.smithi031.sxuhmh (mgr.14182) 449 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:13.630 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:13.631 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:14.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:14.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:13.439908+0000 mgr.smithi031.sxuhmh (mgr.14182) 450 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:14.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:13.439908+0000 mgr.smithi031.sxuhmh (mgr.14182) 450 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:15.023 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:15.688 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:13.627088+0000 mgr.smithi031.sxuhmh (mgr.14182) 451 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:15.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:13.627088+0000 mgr.smithi031.sxuhmh (mgr.14182) 451 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:16.404 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:16.404 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:16.691 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:15.440297+0000 mgr.smithi031.sxuhmh (mgr.14182) 452 : 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-25T21:35:16.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:16.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:15.440297+0000 mgr.smithi031.sxuhmh (mgr.14182) 452 : 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-25T21:35:17.781 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:17.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:16.400969+0000 mgr.smithi031.sxuhmh (mgr.14182) 453 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:17.813 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:16.400969+0000 mgr.smithi031.sxuhmh (mgr.14182) 453 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:18.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:17.441029+0000 mgr.smithi031.sxuhmh (mgr.14182) 454 : 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-25T21:35:18.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:17.441029+0000 mgr.smithi031.sxuhmh (mgr.14182) 454 : 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-25T21:35:19.161 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:19.161 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:19.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:20.501 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:20.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:19.158067+0000 mgr.smithi031.sxuhmh (mgr.14182) 455 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:20.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:19.441356+0000 mgr.smithi031.sxuhmh (mgr.14182) 456 : 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-25T21:35:20.858 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:19.158067+0000 mgr.smithi031.sxuhmh (mgr.14182) 455 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:20.858 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:19.441356+0000 mgr.smithi031.sxuhmh (mgr.14182) 456 : 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-25T21:35:21.899 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:21.899 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:22.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:22.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:21.441808+0000 mgr.smithi031.sxuhmh (mgr.14182) 457 : 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-25T21:35:23.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:21.441808+0000 mgr.smithi031.sxuhmh (mgr.14182) 457 : 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-25T21:35:23.267 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:23.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:21.896007+0000 mgr.smithi031.sxuhmh (mgr.14182) 458 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:23.953 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:21.896007+0000 mgr.smithi031.sxuhmh (mgr.14182) 458 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:24.648 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:24.648 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:24.678 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:23.442237+0000 mgr.smithi031.sxuhmh (mgr.14182) 459 : 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-25T21:35:24.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:23.442237+0000 mgr.smithi031.sxuhmh (mgr.14182) 459 : 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-25T21:35:25.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:26.034 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:26.686 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:24.644032+0000 mgr.smithi031.sxuhmh (mgr.14182) 460 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:26.687 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:25.442692+0000 mgr.smithi031.sxuhmh (mgr.14182) 461 : 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-25T21:35:26.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:24.644032+0000 mgr.smithi031.sxuhmh (mgr.14182) 460 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:26.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:25.442692+0000 mgr.smithi031.sxuhmh (mgr.14182) 461 : 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-25T21:35:27.387 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:27.388 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:27.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:28.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:27.383836+0000 mgr.smithi031.sxuhmh (mgr.14182) 462 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:28.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:27.443173+0000 mgr.smithi031.sxuhmh (mgr.14182) 463 : 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-25T21:35:28.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:27.383836+0000 mgr.smithi031.sxuhmh (mgr.14182) 462 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:28.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:27.443173+0000 mgr.smithi031.sxuhmh (mgr.14182) 463 : 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-25T21:35:28.759 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:30.118 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:30.118 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:30.474 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:30.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:29.443471+0000 mgr.smithi031.sxuhmh (mgr.14182) 464 : 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-25T21:35:30.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:29.443471+0000 mgr.smithi031.sxuhmh (mgr.14182) 464 : 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-25T21:35:31.475 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:31.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:30.114111+0000 mgr.smithi031.sxuhmh (mgr.14182) 465 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:31.799 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:30.114111+0000 mgr.smithi031.sxuhmh (mgr.14182) 465 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:32.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:31.444064+0000 mgr.smithi031.sxuhmh (mgr.14182) 466 : 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-25T21:35:32.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:31.444064+0000 mgr.smithi031.sxuhmh (mgr.14182) 466 : 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-25T21:35:32.812 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:32.812 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:33.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:34.175 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:32.809044+0000 mgr.smithi031.sxuhmh (mgr.14182) 467 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:33.444508+0000 mgr.smithi031.sxuhmh (mgr.14182) 468 : 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-25T21:35:34.826 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:32.809044+0000 mgr.smithi031.sxuhmh (mgr.14182) 467 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:34.826 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:33.444508+0000 mgr.smithi031.sxuhmh (mgr.14182) 468 : 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-25T21:35:35.490 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:35.490 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:35.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:36.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:35.444956+0000 mgr.smithi031.sxuhmh (mgr.14182) 469 : 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-25T21:35:36.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:35.486614+0000 mgr.smithi031.sxuhmh (mgr.14182) 470 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:36.858 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:36.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:35.444956+0000 mgr.smithi031.sxuhmh (mgr.14182) 469 : 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-25T21:35:36.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:35.486614+0000 mgr.smithi031.sxuhmh (mgr.14182) 470 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:38.184 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:38.185 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:38.214 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:37.445476+0000 mgr.smithi031.sxuhmh (mgr.14182) 471 : 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-25T21:35:38.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:37.445476+0000 mgr.smithi031.sxuhmh (mgr.14182) 471 : 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-25T21:35:38.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:39.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:38.180620+0000 mgr.smithi031.sxuhmh (mgr.14182) 472 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:39.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:38.180620+0000 mgr.smithi031.sxuhmh (mgr.14182) 472 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:39.598 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:40.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:39.445983+0000 mgr.smithi031.sxuhmh (mgr.14182) 473 : 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-25T21:35:40.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:39.445983+0000 mgr.smithi031.sxuhmh (mgr.14182) 473 : 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-25T21:35:40.940 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:40.940 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:41.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:42.306 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:42.640 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:40.936568+0000 mgr.smithi031.sxuhmh (mgr.14182) 474 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:42.640 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:41.446634+0000 mgr.smithi031.sxuhmh (mgr.14182) 475 : 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-25T21:35:42.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:40.936568+0000 mgr.smithi031.sxuhmh (mgr.14182) 474 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:42.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:41.446634+0000 mgr.smithi031.sxuhmh (mgr.14182) 475 : 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-25T21:35:43.662 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:43.663 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:44.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:44.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:43.447156+0000 mgr.smithi031.sxuhmh (mgr.14182) 476 : 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-25T21:35:45.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:43.447156+0000 mgr.smithi031.sxuhmh (mgr.14182) 476 : 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-25T21:35:45.023 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:45.667 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:43.659436+0000 mgr.smithi031.sxuhmh (mgr.14182) 477 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:45.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:43.659436+0000 mgr.smithi031.sxuhmh (mgr.14182) 477 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:46.382 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:46.383 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:46.720 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:45.447555+0000 mgr.smithi031.sxuhmh (mgr.14182) 478 : 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-25T21:35:46.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:46.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:45.447555+0000 mgr.smithi031.sxuhmh (mgr.14182) 478 : 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-25T21:35:47.768 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:47.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:46.379224+0000 mgr.smithi031.sxuhmh (mgr.14182) 479 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:47.803 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:46.379224+0000 mgr.smithi031.sxuhmh (mgr.14182) 479 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:48.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:47.448152+0000 mgr.smithi031.sxuhmh (mgr.14182) 480 : 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-25T21:35:48.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:47.448152+0000 mgr.smithi031.sxuhmh (mgr.14182) 480 : 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-25T21:35:49.147 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:49.147 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:49.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:50.539 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:50.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:49.144016+0000 mgr.smithi031.sxuhmh (mgr.14182) 481 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:50.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:49.448505+0000 mgr.smithi031.sxuhmh (mgr.14182) 482 : 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-25T21:35:50.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:49.144016+0000 mgr.smithi031.sxuhmh (mgr.14182) 481 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:50.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:49.448505+0000 mgr.smithi031.sxuhmh (mgr.14182) 482 : 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-25T21:35:51.902 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:51.903 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:52.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:52.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:51.448973+0000 mgr.smithi031.sxuhmh (mgr.14182) 483 : 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-25T21:35:53.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:51.448973+0000 mgr.smithi031.sxuhmh (mgr.14182) 483 : 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-25T21:35:53.271 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:53.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:51.899485+0000 mgr.smithi031.sxuhmh (mgr.14182) 484 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:53.800 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:51.899485+0000 mgr.smithi031.sxuhmh (mgr.14182) 484 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:54.642 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:54.642 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:54.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:53.449491+0000 mgr.smithi031.sxuhmh (mgr.14182) 485 : 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-25T21:35:54.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:53.449491+0000 mgr.smithi031.sxuhmh (mgr.14182) 485 : 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-25T21:35:55.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:56.021 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:56.665 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:54.638796+0000 mgr.smithi031.sxuhmh (mgr.14182) 486 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:56.665 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:55.450039+0000 mgr.smithi031.sxuhmh (mgr.14182) 487 : 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-25T21:35:56.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:54.638796+0000 mgr.smithi031.sxuhmh (mgr.14182) 486 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:56.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:55.450039+0000 mgr.smithi031.sxuhmh (mgr.14182) 487 : 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-25T21:35:57.337 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:35:57.338 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:57.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:58.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:35:57.333945+0000 mgr.smithi031.sxuhmh (mgr.14182) 488 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:58.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:35:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:57.450639+0000 mgr.smithi031.sxuhmh (mgr.14182) 489 : 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-25T21:35:58.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:35:57.333945+0000 mgr.smithi031.sxuhmh (mgr.14182) 488 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:58.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:35:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:57.450639+0000 mgr.smithi031.sxuhmh (mgr.14182) 489 : 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-25T21:35:58.694 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:00.025 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:00.026 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:00.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:00.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:35:59.451014+0000 mgr.smithi031.sxuhmh (mgr.14182) 490 : 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-25T21:36:00.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:35:59.451014+0000 mgr.smithi031.sxuhmh (mgr.14182) 490 : 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-25T21:36:01.387 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:01.720 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:00.022273+0000 mgr.smithi031.sxuhmh (mgr.14182) 491 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:01.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:00.022273+0000 mgr.smithi031.sxuhmh (mgr.14182) 491 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:02.702 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:02.702 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:02.722 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:01.451526+0000 mgr.smithi031.sxuhmh (mgr.14182) 492 : 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-25T21:36:02.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:01.451526+0000 mgr.smithi031.sxuhmh (mgr.14182) 492 : 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-25T21:36:03.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:04.062 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:04.705 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:02.698639+0000 mgr.smithi031.sxuhmh (mgr.14182) 493 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:04.705 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:03.452297+0000 mgr.smithi031.sxuhmh (mgr.14182) 494 : 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-25T21:36:04.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:02.698639+0000 mgr.smithi031.sxuhmh (mgr.14182) 493 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:04.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:03.452297+0000 mgr.smithi031.sxuhmh (mgr.14182) 494 : 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-25T21:36:05.390 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:05.390 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:05.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:06.770 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:06.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:05.387283+0000 mgr.smithi031.sxuhmh (mgr.14182) 495 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:06.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:05.452687+0000 mgr.smithi031.sxuhmh (mgr.14182) 496 : 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-25T21:36:06.803 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:05.387283+0000 mgr.smithi031.sxuhmh (mgr.14182) 495 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:06.803 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:05.452687+0000 mgr.smithi031.sxuhmh (mgr.14182) 496 : 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-25T21:36:08.086 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:08.087 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:08.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:07.453293+0000 mgr.smithi031.sxuhmh (mgr.14182) 497 : 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-25T21:36:08.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:07.453293+0000 mgr.smithi031.sxuhmh (mgr.14182) 497 : 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-25T21:36:08.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:09.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:08.083155+0000 mgr.smithi031.sxuhmh (mgr.14182) 498 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:09.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:08.083155+0000 mgr.smithi031.sxuhmh (mgr.14182) 498 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:09.469 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:10.129 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:09.453621+0000 mgr.smithi031.sxuhmh (mgr.14182) 499 : 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-25T21:36:10.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:09.453621+0000 mgr.smithi031.sxuhmh (mgr.14182) 499 : 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-25T21:36:10.816 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:10.817 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:11.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:12.194 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:12.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:10.813290+0000 mgr.smithi031.sxuhmh (mgr.14182) 500 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:12.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:11.454340+0000 mgr.smithi031.sxuhmh (mgr.14182) 501 : 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-25T21:36:12.837 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:10.813290+0000 mgr.smithi031.sxuhmh (mgr.14182) 500 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:12.837 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:11.454340+0000 mgr.smithi031.sxuhmh (mgr.14182) 501 : 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-25T21:36:13.551 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:13.551 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:13.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:14.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:13.454746+0000 mgr.smithi031.sxuhmh (mgr.14182) 502 : 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-25T21:36:14.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:13.547539+0000 mgr.smithi031.sxuhmh (mgr.14182) 503 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:14.926 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:14.961 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:13.454746+0000 mgr.smithi031.sxuhmh (mgr.14182) 502 : 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-25T21:36:14.961 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:13.547539+0000 mgr.smithi031.sxuhmh (mgr.14182) 503 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:16.308 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:16.308 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:16.614 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:15.455149+0000 mgr.smithi031.sxuhmh (mgr.14182) 504 : 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-25T21:36:16.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:16.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:15.455149+0000 mgr.smithi031.sxuhmh (mgr.14182) 504 : 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-25T21:36:17.676 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:17.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:16.304516+0000 mgr.smithi031.sxuhmh (mgr.14182) 505 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:18.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:16.304516+0000 mgr.smithi031.sxuhmh (mgr.14182) 505 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:18.636 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:17.455821+0000 mgr.smithi031.sxuhmh (mgr.14182) 506 : 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-25T21:36:18.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:17.455821+0000 mgr.smithi031.sxuhmh (mgr.14182) 506 : 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-25T21:36:19.015 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:19.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:20.384 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:20.724 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:19.012121+0000 mgr.smithi031.sxuhmh (mgr.14182) 507 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:20.724 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:19.456169+0000 mgr.smithi031.sxuhmh (mgr.14182) 508 : 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-25T21:36:20.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:19.012121+0000 mgr.smithi031.sxuhmh (mgr.14182) 507 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:20.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:19.456169+0000 mgr.smithi031.sxuhmh (mgr.14182) 508 : 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-25T21:36:21.784 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:21.785 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:22.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:22.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:21.456638+0000 mgr.smithi031.sxuhmh (mgr.14182) 509 : 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-25T21:36:23.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:21.456638+0000 mgr.smithi031.sxuhmh (mgr.14182) 509 : 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-25T21:36:23.192 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:23.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:21.781414+0000 mgr.smithi031.sxuhmh (mgr.14182) 510 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:23.810 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:21.781414+0000 mgr.smithi031.sxuhmh (mgr.14182) 510 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:24.522 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:24.522 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:24.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:23.457132+0000 mgr.smithi031.sxuhmh (mgr.14182) 511 : 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-25T21:36:24.854 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:23.457132+0000 mgr.smithi031.sxuhmh (mgr.14182) 511 : 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-25T21:36:24.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:25.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:24.518686+0000 mgr.smithi031.sxuhmh (mgr.14182) 512 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:25.924 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:25.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:24.518686+0000 mgr.smithi031.sxuhmh (mgr.14182) 512 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:26.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:25.457623+0000 mgr.smithi031.sxuhmh (mgr.14182) 513 : 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-25T21:36:26.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:25.457623+0000 mgr.smithi031.sxuhmh (mgr.14182) 513 : 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-25T21:36:27.242 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:27.242 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:27.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:28.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:27.238902+0000 mgr.smithi031.sxuhmh (mgr.14182) 514 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:28.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:27.458137+0000 mgr.smithi031.sxuhmh (mgr.14182) 515 : 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-25T21:36:28.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:27.238902+0000 mgr.smithi031.sxuhmh (mgr.14182) 514 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:28.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:27.458137+0000 mgr.smithi031.sxuhmh (mgr.14182) 515 : 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-25T21:36:28.607 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:29.905 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:29.905 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:30.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:30.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:29.458532+0000 mgr.smithi031.sxuhmh (mgr.14182) 516 : 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-25T21:36:31.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:29.458532+0000 mgr.smithi031.sxuhmh (mgr.14182) 516 : 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-25T21:36:31.273 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:31.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:29.902002+0000 mgr.smithi031.sxuhmh (mgr.14182) 517 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:31.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:29.902002+0000 mgr.smithi031.sxuhmh (mgr.14182) 517 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:32.592 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:32.592 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:32.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:31.459141+0000 mgr.smithi031.sxuhmh (mgr.14182) 518 : 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-25T21:36:32.853 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:31.459141+0000 mgr.smithi031.sxuhmh (mgr.14182) 518 : 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-25T21:36:32.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:33.966 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:34.626 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:32.588712+0000 mgr.smithi031.sxuhmh (mgr.14182) 519 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:34.626 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:33.459625+0000 mgr.smithi031.sxuhmh (mgr.14182) 520 : 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-25T21:36:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:32.588712+0000 mgr.smithi031.sxuhmh (mgr.14182) 519 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:34.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:33.459625+0000 mgr.smithi031.sxuhmh (mgr.14182) 520 : 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-25T21:36:35.342 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:35.342 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:35.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:36.705 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:36.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:35.339008+0000 mgr.smithi031.sxuhmh (mgr.14182) 521 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:36.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:35.460099+0000 mgr.smithi031.sxuhmh (mgr.14182) 522 : 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-25T21:36:37.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:35.339008+0000 mgr.smithi031.sxuhmh (mgr.14182) 521 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:37.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:35.460099+0000 mgr.smithi031.sxuhmh (mgr.14182) 522 : 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-25T21:36:38.011 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:38.011 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:38.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:37.460741+0000 mgr.smithi031.sxuhmh (mgr.14182) 523 : 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-25T21:36:38.336 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:37.460741+0000 mgr.smithi031.sxuhmh (mgr.14182) 523 : 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-25T21:36:38.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:39.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:38.007830+0000 mgr.smithi031.sxuhmh (mgr.14182) 524 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:39.421 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:39.454 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:38.007830+0000 mgr.smithi031.sxuhmh (mgr.14182) 524 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:40.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:39.461218+0000 mgr.smithi031.sxuhmh (mgr.14182) 525 : 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-25T21:36:40.424 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:39.461218+0000 mgr.smithi031.sxuhmh (mgr.14182) 525 : 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-25T21:36:40.813 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:40.813 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:41.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:42.180 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:42.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:40.810432+0000 mgr.smithi031.sxuhmh (mgr.14182) 526 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:42.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:41.461736+0000 mgr.smithi031.sxuhmh (mgr.14182) 527 : 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-25T21:36:42.832 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:40.810432+0000 mgr.smithi031.sxuhmh (mgr.14182) 526 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:42.832 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:41.461736+0000 mgr.smithi031.sxuhmh (mgr.14182) 527 : 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-25T21:36:43.530 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:43.531 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:43.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:44.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:43.462241+0000 mgr.smithi031.sxuhmh (mgr.14182) 528 : 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-25T21:36:44.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:43.527451+0000 mgr.smithi031.sxuhmh (mgr.14182) 529 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:44.921 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:44.956 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:43.462241+0000 mgr.smithi031.sxuhmh (mgr.14182) 528 : 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-25T21:36:44.956 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:43.527451+0000 mgr.smithi031.sxuhmh (mgr.14182) 529 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:46.242 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:46.242 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:46.551 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:45.462665+0000 mgr.smithi031.sxuhmh (mgr.14182) 530 : 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-25T21:36:46.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:46.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:45.462665+0000 mgr.smithi031.sxuhmh (mgr.14182) 530 : 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-25T21:36:47.612 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:47.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:46.238675+0000 mgr.smithi031.sxuhmh (mgr.14182) 531 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:47.938 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:46.238675+0000 mgr.smithi031.sxuhmh (mgr.14182) 531 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:48.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:47.463259+0000 mgr.smithi031.sxuhmh (mgr.14182) 532 : 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-25T21:36:48.973 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:48.973 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:48.997 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:47.463259+0000 mgr.smithi031.sxuhmh (mgr.14182) 532 : 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-25T21:36:49.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:50.329 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:50.662 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:48.969423+0000 mgr.smithi031.sxuhmh (mgr.14182) 533 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:50.663 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:49.463595+0000 mgr.smithi031.sxuhmh (mgr.14182) 534 : 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-25T21:36:50.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:48.969423+0000 mgr.smithi031.sxuhmh (mgr.14182) 533 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:50.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:49.463595+0000 mgr.smithi031.sxuhmh (mgr.14182) 534 : 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-25T21:36:51.718 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:51.718 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:52.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:52.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:51.464066+0000 mgr.smithi031.sxuhmh (mgr.14182) 535 : 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-25T21:36:53.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:51.464066+0000 mgr.smithi031.sxuhmh (mgr.14182) 535 : 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-25T21:36:53.095 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:53.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:51.715251+0000 mgr.smithi031.sxuhmh (mgr.14182) 536 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:53.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:51.715251+0000 mgr.smithi031.sxuhmh (mgr.14182) 536 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:54.493 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:54.494 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:54.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:53.464472+0000 mgr.smithi031.sxuhmh (mgr.14182) 537 : 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-25T21:36:54.806 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:53.464472+0000 mgr.smithi031.sxuhmh (mgr.14182) 537 : 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-25T21:36:54.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:55.861 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:55.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:54.490456+0000 mgr.smithi031.sxuhmh (mgr.14182) 538 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:56.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:54.490456+0000 mgr.smithi031.sxuhmh (mgr.14182) 538 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:56.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:55.464901+0000 mgr.smithi031.sxuhmh (mgr.14182) 539 : 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-25T21:36:57.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:55.464901+0000 mgr.smithi031.sxuhmh (mgr.14182) 539 : 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-25T21:36:57.234 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:36:57.235 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:57.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:58.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:36:57.231570+0000 mgr.smithi031.sxuhmh (mgr.14182) 540 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:58.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:36:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:57.465468+0000 mgr.smithi031.sxuhmh (mgr.14182) 541 : 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-25T21:36:58.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:36:57.231570+0000 mgr.smithi031.sxuhmh (mgr.14182) 540 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:58.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:36:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:57.465468+0000 mgr.smithi031.sxuhmh (mgr.14182) 541 : 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-25T21:36:58.661 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:00.042 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:00.043 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:00.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:00.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:36:59.465777+0000 mgr.smithi031.sxuhmh (mgr.14182) 542 : 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-25T21:37:00.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:36:59.465777+0000 mgr.smithi031.sxuhmh (mgr.14182) 542 : 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-25T21:37:01.426 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:01.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:00.039461+0000 mgr.smithi031.sxuhmh (mgr.14182) 543 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:01.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:00.039461+0000 mgr.smithi031.sxuhmh (mgr.14182) 543 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:02.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:01.466290+0000 mgr.smithi031.sxuhmh (mgr.14182) 544 : 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-25T21:37:02.766 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:02.766 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:02.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:01.466290+0000 mgr.smithi031.sxuhmh (mgr.14182) 544 : 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-25T21:37:03.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:04.152 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:04.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:02.763217+0000 mgr.smithi031.sxuhmh (mgr.14182) 545 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:04.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:03.467063+0000 mgr.smithi031.sxuhmh (mgr.14182) 546 : 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-25T21:37:04.845 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:02.763217+0000 mgr.smithi031.sxuhmh (mgr.14182) 545 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:04.845 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:03.467063+0000 mgr.smithi031.sxuhmh (mgr.14182) 546 : 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-25T21:37:05.577 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:05.577 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:05.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:06.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:05.467461+0000 mgr.smithi031.sxuhmh (mgr.14182) 547 : 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-25T21:37:06.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:05.573644+0000 mgr.smithi031.sxuhmh (mgr.14182) 548 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:06.943 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:06.978 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:05.467461+0000 mgr.smithi031.sxuhmh (mgr.14182) 547 : 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-25T21:37:06.978 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:05.573644+0000 mgr.smithi031.sxuhmh (mgr.14182) 548 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:08.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:07.468041+0000 mgr.smithi031.sxuhmh (mgr.14182) 549 : 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-25T21:37:08.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:07.468041+0000 mgr.smithi031.sxuhmh (mgr.14182) 549 : 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-25T21:37:08.336 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:08.336 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:08.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:09.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:08.333699+0000 mgr.smithi031.sxuhmh (mgr.14182) 550 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:09.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:08.333699+0000 mgr.smithi031.sxuhmh (mgr.14182) 550 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:09.709 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:10.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:09.468517+0000 mgr.smithi031.sxuhmh (mgr.14182) 551 : 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-25T21:37:10.378 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:09.468517+0000 mgr.smithi031.sxuhmh (mgr.14182) 551 : 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-25T21:37:11.063 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:11.064 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:33.577564Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:11.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:12.434 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:12.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:11.060473+0000 mgr.smithi031.sxuhmh (mgr.14182) 552 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:12.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:11.469171+0000 mgr.smithi031.sxuhmh (mgr.14182) 553 : 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-25T21:37:12.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:11.060473+0000 mgr.smithi031.sxuhmh (mgr.14182) 552 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:12.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:11.469171+0000 mgr.smithi031.sxuhmh (mgr.14182) 553 : 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-25T21:37:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:37:12.567730+0000 mgr.smithi031.sxuhmh (mgr.14182) 554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl 2023-12-25T21:37:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl 2023-12-25T21:37:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi149.plqtgl ... 2023-12-25T21:37:13.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:13.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:37:13.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:35: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-25T21:37:13.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:35: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-25T21:37:13.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:36: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-25T21:37:13.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:37:13.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:13.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Traceback (most recent call last): 2023-12-25T21:37:13.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:37:13.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: yield (conn, connr) 2023-12-25T21:37:13.754 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:37:13.754 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: code, '\n'.join(err))) 2023-12-25T21:37:13.754 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl 2023-12-25T21:37:13.754 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl 2023-12-25T21:37:13.754 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.754 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.754 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi149.plqtgl ... 2023-12-25T21:37:13.754 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:13.754 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:37:13.754 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:35: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-25T21:37:13.754 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:35: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-25T21:37:13.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:36: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-25T21:37:13.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:37:13.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:13.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:37:12.567902+0000 mgr.smithi031.sxuhmh (mgr.14182) 555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:12.568215+0000 mon.smithi031 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi149.plqtgl"}]: dispatch 2023-12-25T21:37:13.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:37:12.568812+0000 mgr.smithi031.sxuhmh (mgr.14182) 556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl 2023-12-25T21:37:13.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl 2023-12-25T21:37:13.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi149.plqtgl ... 2023-12-25T21:37:13.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:13.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:37:13.756 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:35: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-25T21:37:13.756 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:35: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-25T21:37:13.756 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:36: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-25T21:37:13.756 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:37:13.756 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:13.756 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:37:12.570231+0000 mgr.smithi031.sxuhmh (mgr.14182) 557 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.uhxfjp on smithi031 2023-12-25T21:37:13.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:37:12.567730+0000 mgr.smithi031.sxuhmh (mgr.14182) 554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl 2023-12-25T21:37:13.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl 2023-12-25T21:37:13.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi149.plqtgl ... 2023-12-25T21:37:13.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:13.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:37:13.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:35: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-25T21:37:13.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:35: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-25T21:37:13.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:36: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-25T21:37:13.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:37:13.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:13.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Traceback (most recent call last): 2023-12-25T21:37:13.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:37:13.795 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: yield (conn, connr) 2023-12-25T21:37:13.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:37:13.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: code, '\n'.join(err))) 2023-12-25T21:37:13.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl 2023-12-25T21:37:13.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl 2023-12-25T21:37:13.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi149.plqtgl ... 2023-12-25T21:37:13.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:13.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:37:13.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:35: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-25T21:37:13.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:35: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-25T21:37:13.797 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:36: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-25T21:37:13.797 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:37:13.797 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:13.797 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:37:12.567902+0000 mgr.smithi031.sxuhmh (mgr.14182) 555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.797 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:12.568215+0000 mon.smithi031 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi149.plqtgl"}]: dispatch 2023-12-25T21:37:13.797 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:37:12.568812+0000 mgr.smithi031.sxuhmh (mgr.14182) 556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl 2023-12-25T21:37:13.797 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl 2023-12-25T21:37:13.797 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.797 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl 2023-12-25T21:37:13.797 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi149.plqtgl ... 2023-12-25T21:37:13.798 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:13.798 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:37:13.798 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:35: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-25T21:37:13.798 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:35: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-25T21:37:13.798 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:36: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-25T21:37:13.798 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:37:13.798 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:13.798 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:37:12.570231+0000 mgr.smithi031.sxuhmh (mgr.14182) 557 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.uhxfjp on smithi031 2023-12-25T21:37:13.814 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:13.814 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:14.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:14.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:13.469588+0000 mgr.smithi031.sxuhmh (mgr.14182) 558 : 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-25T21:37:15.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:13.469588+0000 mgr.smithi031.sxuhmh (mgr.14182) 558 : 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-25T21:37:15.193 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:15.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:13.811015+0000 mgr.smithi031.sxuhmh (mgr.14182) 559 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:15.851 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:13.811015+0000 mgr.smithi031.sxuhmh (mgr.14182) 559 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:16.592 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:16.592 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:16.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:15.470228+0000 mgr.smithi031.sxuhmh (mgr.14182) 560 : 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-25T21:37:16.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:15.470228+0000 mgr.smithi031.sxuhmh (mgr.14182) 560 : 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-25T21:37:16.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:17.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:16.588566+0000 mgr.smithi031.sxuhmh (mgr.14182) 561 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:17.948 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:17.983 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:16.588566+0000 mgr.smithi031.sxuhmh (mgr.14182) 561 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:18.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:17.470813+0000 mgr.smithi031.sxuhmh (mgr.14182) 562 : 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-25T21:37:18.868 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:17.470813+0000 mgr.smithi031.sxuhmh (mgr.14182) 562 : 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-25T21:37:19.233 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:19.233 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:19.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:20.609 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:20.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:19.229484+0000 mgr.smithi031.sxuhmh (mgr.14182) 563 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:20.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:19.471276+0000 mgr.smithi031.sxuhmh (mgr.14182) 564 : 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-25T21:37:21.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:19.229484+0000 mgr.smithi031.sxuhmh (mgr.14182) 563 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:21.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:19.471276+0000 mgr.smithi031.sxuhmh (mgr.14182) 564 : 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-25T21:37:22.118 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:22.119 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:22.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:22.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:21.471741+0000 mgr.smithi031.sxuhmh (mgr.14182) 565 : 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-25T21:37:23.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:21.471741+0000 mgr.smithi031.sxuhmh (mgr.14182) 565 : 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-25T21:37:23.490 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:23.823 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:22.115108+0000 mgr.smithi031.sxuhmh (mgr.14182) 566 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:24.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:22.115108+0000 mgr.smithi031.sxuhmh (mgr.14182) 566 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:24.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:23.472477+0000 mgr.smithi031.sxuhmh (mgr.14182) 567 : 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-25T21:37:24.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:23.472477+0000 mgr.smithi031.sxuhmh (mgr.14182) 567 : 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-25T21:37:24.860 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:24.861 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:25.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:26.232 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:26.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:24.857901+0000 mgr.smithi031.sxuhmh (mgr.14182) 568 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:26.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:25.473097+0000 mgr.smithi031.sxuhmh (mgr.14182) 569 : 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-25T21:37:27.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:24.857901+0000 mgr.smithi031.sxuhmh (mgr.14182) 568 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:27.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:25.473097+0000 mgr.smithi031.sxuhmh (mgr.14182) 569 : 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-25T21:37:27.614 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:27.614 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:27.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:28.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:27.473547+0000 mgr.smithi031.sxuhmh (mgr.14182) 570 : 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-25T21:37:28.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:27.473547+0000 mgr.smithi031.sxuhmh (mgr.14182) 570 : 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-25T21:37:28.981 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:29.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:27.610812+0000 mgr.smithi031.sxuhmh (mgr.14182) 571 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:29.323 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:27.610812+0000 mgr.smithi031.sxuhmh (mgr.14182) 571 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:30.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:29.474133+0000 mgr.smithi031.sxuhmh (mgr.14182) 572 : 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-25T21:37:30.297 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:29.474133+0000 mgr.smithi031.sxuhmh (mgr.14182) 572 : 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-25T21:37:30.331 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:30.331 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:30.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:31.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:30.327588+0000 mgr.smithi031.sxuhmh (mgr.14182) 573 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:31.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:30.327588+0000 mgr.smithi031.sxuhmh (mgr.14182) 573 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:31.697 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:32.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:31.474633+0000 mgr.smithi031.sxuhmh (mgr.14182) 574 : 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-25T21:37:32.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:31.474633+0000 mgr.smithi031.sxuhmh (mgr.14182) 574 : 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-25T21:37:33.075 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:33.076 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:33.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:34.457 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:34.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:33.071470+0000 mgr.smithi031.sxuhmh (mgr.14182) 575 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:34.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:33.475219+0000 mgr.smithi031.sxuhmh (mgr.14182) 576 : 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-25T21:37:34.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:33.071470+0000 mgr.smithi031.sxuhmh (mgr.14182) 575 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:34.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:33.475219+0000 mgr.smithi031.sxuhmh (mgr.14182) 576 : 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-25T21:37:35.761 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:35.761 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:36.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:36.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:35.475607+0000 mgr.smithi031.sxuhmh (mgr.14182) 577 : 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-25T21:37:37.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:35.475607+0000 mgr.smithi031.sxuhmh (mgr.14182) 577 : 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-25T21:37:37.079 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:37.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:35.757590+0000 mgr.smithi031.sxuhmh (mgr.14182) 578 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:37.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:35.757590+0000 mgr.smithi031.sxuhmh (mgr.14182) 578 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:38.487 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:38.488 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:38.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:37.476194+0000 mgr.smithi031.sxuhmh (mgr.14182) 579 : 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-25T21:37:38.825 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:37.476194+0000 mgr.smithi031.sxuhmh (mgr.14182) 579 : 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-25T21:37:38.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:39.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:38.483764+0000 mgr.smithi031.sxuhmh (mgr.14182) 580 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:39.871 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:39.904 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:38.483764+0000 mgr.smithi031.sxuhmh (mgr.14182) 580 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:40.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:39.476847+0000 mgr.smithi031.sxuhmh (mgr.14182) 581 : 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-25T21:37:40.824 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:39.476847+0000 mgr.smithi031.sxuhmh (mgr.14182) 581 : 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-25T21:37:41.215 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:41.215 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:41.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:42.645 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:42.978 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:41.212019+0000 mgr.smithi031.sxuhmh (mgr.14182) 582 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:42.978 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:41.477493+0000 mgr.smithi031.sxuhmh (mgr.14182) 583 : 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-25T21:37:43.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:41.212019+0000 mgr.smithi031.sxuhmh (mgr.14182) 582 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:43.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:41.477493+0000 mgr.smithi031.sxuhmh (mgr.14182) 583 : 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-25T21:37:43.976 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:43.977 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:44.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:44.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:43.477951+0000 mgr.smithi031.sxuhmh (mgr.14182) 584 : 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-25T21:37:44.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:43.477951+0000 mgr.smithi031.sxuhmh (mgr.14182) 584 : 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-25T21:37:45.345 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:45.692 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:43.973441+0000 mgr.smithi031.sxuhmh (mgr.14182) 585 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:46.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:43.973441+0000 mgr.smithi031.sxuhmh (mgr.14182) 585 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:46.709 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:46.709 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:46.733 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:45.478348+0000 mgr.smithi031.sxuhmh (mgr.14182) 586 : 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-25T21:37:47.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:47.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:45.478348+0000 mgr.smithi031.sxuhmh (mgr.14182) 586 : 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-25T21:37:48.031 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:48.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:46.705840+0000 mgr.smithi031.sxuhmh (mgr.14182) 587 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:48.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:47.479020+0000 mgr.smithi031.sxuhmh (mgr.14182) 588 : 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-25T21:37:48.391 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:46.705840+0000 mgr.smithi031.sxuhmh (mgr.14182) 587 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:48.391 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:47.479020+0000 mgr.smithi031.sxuhmh (mgr.14182) 588 : 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-25T21:37:49.411 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:49.411 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:49.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:50.793 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:50.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:49.408097+0000 mgr.smithi031.sxuhmh (mgr.14182) 589 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:50.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:49.479393+0000 mgr.smithi031.sxuhmh (mgr.14182) 590 : 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-25T21:37:50.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:49.408097+0000 mgr.smithi031.sxuhmh (mgr.14182) 589 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:50.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:49.479393+0000 mgr.smithi031.sxuhmh (mgr.14182) 590 : 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-25T21:37:52.136 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:52.136 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:52.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:52.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:51.479857+0000 mgr.smithi031.sxuhmh (mgr.14182) 591 : 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-25T21:37:52.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:51.479857+0000 mgr.smithi031.sxuhmh (mgr.14182) 591 : 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-25T21:37:53.518 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:53.851 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:52.132981+0000 mgr.smithi031.sxuhmh (mgr.14182) 592 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:54.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:52.132981+0000 mgr.smithi031.sxuhmh (mgr.14182) 592 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:54.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:53.480324+0000 mgr.smithi031.sxuhmh (mgr.14182) 593 : 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-25T21:37:54.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:53.480324+0000 mgr.smithi031.sxuhmh (mgr.14182) 593 : 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-25T21:37:54.843 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:54.843 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:55.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:56.218 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:56.845 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:54.839861+0000 mgr.smithi031.sxuhmh (mgr.14182) 594 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:56.845 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:55.480942+0000 mgr.smithi031.sxuhmh (mgr.14182) 595 : 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-25T21:37:57.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:54.839861+0000 mgr.smithi031.sxuhmh (mgr.14182) 594 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:57.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:55.480942+0000 mgr.smithi031.sxuhmh (mgr.14182) 595 : 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-25T21:37:57.515 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:37:57.515 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:57.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:58.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:57.481425+0000 mgr.smithi031.sxuhmh (mgr.14182) 596 : 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-25T21:37:58.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:37:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:37:57.511175+0000 mgr.smithi031.sxuhmh (mgr.14182) 597 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:58.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:57.481425+0000 mgr.smithi031.sxuhmh (mgr.14182) 596 : 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-25T21:37:58.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:37:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:37:57.511175+0000 mgr.smithi031.sxuhmh (mgr.14182) 597 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:58.884 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:00.280 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:00.280 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:00.580 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:37:59.481983+0000 mgr.smithi031.sxuhmh (mgr.14182) 598 : 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-25T21:38:00.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:00.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:37:59.481983+0000 mgr.smithi031.sxuhmh (mgr.14182) 598 : 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-25T21:38:01.650 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:01.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:00.276502+0000 mgr.smithi031.sxuhmh (mgr.14182) 599 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:02.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:00.276502+0000 mgr.smithi031.sxuhmh (mgr.14182) 599 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:02.636 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:01.482475+0000 mgr.smithi031.sxuhmh (mgr.14182) 600 : 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-25T21:38:02.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:01.482475+0000 mgr.smithi031.sxuhmh (mgr.14182) 600 : 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-25T21:38:03.021 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:03.021 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:03.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:04.390 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:04.724 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:03.017593+0000 mgr.smithi031.sxuhmh (mgr.14182) 601 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:04.724 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:03.482941+0000 mgr.smithi031.sxuhmh (mgr.14182) 602 : 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-25T21:38:04.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:03.017593+0000 mgr.smithi031.sxuhmh (mgr.14182) 601 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:04.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:03.482941+0000 mgr.smithi031.sxuhmh (mgr.14182) 602 : 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-25T21:38:05.803 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:05.803 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:06.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:07.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:05.483333+0000 mgr.smithi031.sxuhmh (mgr.14182) 603 : 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-25T21:38:07.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:05.483333+0000 mgr.smithi031.sxuhmh (mgr.14182) 603 : 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-25T21:38:07.192 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:07.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:05.799850+0000 mgr.smithi031.sxuhmh (mgr.14182) 604 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:08.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:05.799850+0000 mgr.smithi031.sxuhmh (mgr.14182) 604 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:08.590 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:08.591 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:08.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:07.483868+0000 mgr.smithi031.sxuhmh (mgr.14182) 605 : 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-25T21:38:08.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:09.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:07.483868+0000 mgr.smithi031.sxuhmh (mgr.14182) 605 : 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-25T21:38:09.948 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:09.983 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:08.587375+0000 mgr.smithi031.sxuhmh (mgr.14182) 606 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:10.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:08.587375+0000 mgr.smithi031.sxuhmh (mgr.14182) 606 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:10.903 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:09.484406+0000 mgr.smithi031.sxuhmh (mgr.14182) 607 : 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-25T21:38:11.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:09.484406+0000 mgr.smithi031.sxuhmh (mgr.14182) 607 : 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-25T21:38:11.287 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:11.287 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:11.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:12.664 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:13.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:11.284117+0000 mgr.smithi031.sxuhmh (mgr.14182) 608 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:13.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:11.485132+0000 mgr.smithi031.sxuhmh (mgr.14182) 609 : 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-25T21:38:13.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:11.284117+0000 mgr.smithi031.sxuhmh (mgr.14182) 608 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:13.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:11.485132+0000 mgr.smithi031.sxuhmh (mgr.14182) 609 : 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-25T21:38:14.056 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:14.056 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:14.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:14.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:13.485713+0000 mgr.smithi031.sxuhmh (mgr.14182) 610 : 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-25T21:38:14.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:13.485713+0000 mgr.smithi031.sxuhmh (mgr.14182) 610 : 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-25T21:38:15.423 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:15.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:14.052904+0000 mgr.smithi031.sxuhmh (mgr.14182) 611 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:16.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:14.052904+0000 mgr.smithi031.sxuhmh (mgr.14182) 611 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:16.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:15.486148+0000 mgr.smithi031.sxuhmh (mgr.14182) 612 : 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-25T21:38:16.757 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:16.757 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:17.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:15.486148+0000 mgr.smithi031.sxuhmh (mgr.14182) 612 : 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-25T21:38:17.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:18.115 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:18.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:16.752804+0000 mgr.smithi031.sxuhmh (mgr.14182) 613 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:18.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:17.486643+0000 mgr.smithi031.sxuhmh (mgr.14182) 614 : 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-25T21:38:18.448 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:16.752804+0000 mgr.smithi031.sxuhmh (mgr.14182) 613 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:18.448 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:17.486643+0000 mgr.smithi031.sxuhmh (mgr.14182) 614 : 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-25T21:38:19.526 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:19.526 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:19.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:20.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:19.487031+0000 mgr.smithi031.sxuhmh (mgr.14182) 615 : 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-25T21:38:20.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:19.522474+0000 mgr.smithi031.sxuhmh (mgr.14182) 616 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:20.897 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:20.931 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:19.487031+0000 mgr.smithi031.sxuhmh (mgr.14182) 615 : 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-25T21:38:20.931 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:19.522474+0000 mgr.smithi031.sxuhmh (mgr.14182) 616 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:22.195 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:22.195 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:22.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:23.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:21.487716+0000 mgr.smithi031.sxuhmh (mgr.14182) 617 : 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-25T21:38:23.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:21.487716+0000 mgr.smithi031.sxuhmh (mgr.14182) 617 : 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-25T21:38:23.597 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:23.947 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:22.191541+0000 mgr.smithi031.sxuhmh (mgr.14182) 618 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:24.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:22.191541+0000 mgr.smithi031.sxuhmh (mgr.14182) 618 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:24.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:23.488244+0000 mgr.smithi031.sxuhmh (mgr.14182) 619 : 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-25T21:38:24.991 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:24.991 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:25.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:23.488244+0000 mgr.smithi031.sxuhmh (mgr.14182) 619 : 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-25T21:38:25.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:26.362 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:26.687 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:24.987714+0000 mgr.smithi031.sxuhmh (mgr.14182) 620 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:26.688 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:25.488701+0000 mgr.smithi031.sxuhmh (mgr.14182) 621 : 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-25T21:38:27.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:24.987714+0000 mgr.smithi031.sxuhmh (mgr.14182) 620 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:27.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:25.488701+0000 mgr.smithi031.sxuhmh (mgr.14182) 621 : 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-25T21:38:27.670 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:27.670 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:28.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:28.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:27.489176+0000 mgr.smithi031.sxuhmh (mgr.14182) 622 : 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-25T21:38:28.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:27.489176+0000 mgr.smithi031.sxuhmh (mgr.14182) 622 : 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-25T21:38:29.061 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:29.387 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:27.666732+0000 mgr.smithi031.sxuhmh (mgr.14182) 623 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:29.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:27.666732+0000 mgr.smithi031.sxuhmh (mgr.14182) 623 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:30.411 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:30.411 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:30.431 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:29.489488+0000 mgr.smithi031.sxuhmh (mgr.14182) 624 : 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-25T21:38:30.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:29.489488+0000 mgr.smithi031.sxuhmh (mgr.14182) 624 : 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-25T21:38:30.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:31.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:30.407700+0000 mgr.smithi031.sxuhmh (mgr.14182) 625 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:31.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:30.407700+0000 mgr.smithi031.sxuhmh (mgr.14182) 625 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:31.778 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:32.112 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:31.490097+0000 mgr.smithi031.sxuhmh (mgr.14182) 626 : 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-25T21:38:32.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:31.490097+0000 mgr.smithi031.sxuhmh (mgr.14182) 626 : 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-25T21:38:33.162 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:33.162 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:33.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:34.537 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:34.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:33.158241+0000 mgr.smithi031.sxuhmh (mgr.14182) 627 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:34.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:33.490593+0000 mgr.smithi031.sxuhmh (mgr.14182) 628 : 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-25T21:38:34.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:33.158241+0000 mgr.smithi031.sxuhmh (mgr.14182) 627 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:34.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:33.490593+0000 mgr.smithi031.sxuhmh (mgr.14182) 628 : 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-25T21:38:35.914 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:35.914 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:36.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:37.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:35.491059+0000 mgr.smithi031.sxuhmh (mgr.14182) 629 : 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-25T21:38:37.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:35.491059+0000 mgr.smithi031.sxuhmh (mgr.14182) 629 : 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-25T21:38:37.269 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:37.586 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:35.908002+0000 mgr.smithi031.sxuhmh (mgr.14182) 630 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:38.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:35.908002+0000 mgr.smithi031.sxuhmh (mgr.14182) 630 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:38.549 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:38.550 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:38.916 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:37.491555+0000 mgr.smithi031.sxuhmh (mgr.14182) 631 : 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-25T21:38:38.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:39.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:37.491555+0000 mgr.smithi031.sxuhmh (mgr.14182) 631 : 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-25T21:38:39.958 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:39.991 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:38.546147+0000 mgr.smithi031.sxuhmh (mgr.14182) 632 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:40.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:38.546147+0000 mgr.smithi031.sxuhmh (mgr.14182) 632 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:40.913 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:39.492069+0000 mgr.smithi031.sxuhmh (mgr.14182) 633 : 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-25T21:38:41.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:39.492069+0000 mgr.smithi031.sxuhmh (mgr.14182) 633 : 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-25T21:38:41.285 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:41.286 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:41.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:42.667 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:42.994 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:41.282638+0000 mgr.smithi031.sxuhmh (mgr.14182) 634 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:42.995 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:41.492769+0000 mgr.smithi031.sxuhmh (mgr.14182) 635 : 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-25T21:38:43.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:41.282638+0000 mgr.smithi031.sxuhmh (mgr.14182) 634 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:43.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:41.492769+0000 mgr.smithi031.sxuhmh (mgr.14182) 635 : 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-25T21:38:44.023 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:44.023 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:44.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:44.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:43.493410+0000 mgr.smithi031.sxuhmh (mgr.14182) 636 : 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-25T21:38:45.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:43.493410+0000 mgr.smithi031.sxuhmh (mgr.14182) 636 : 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-25T21:38:45.394 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:45.735 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:44.018875+0000 mgr.smithi031.sxuhmh (mgr.14182) 637 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:46.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:44.018875+0000 mgr.smithi031.sxuhmh (mgr.14182) 637 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:46.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:45.493825+0000 mgr.smithi031.sxuhmh (mgr.14182) 638 : 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-25T21:38:46.847 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:46.847 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:47.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:45.493825+0000 mgr.smithi031.sxuhmh (mgr.14182) 638 : 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-25T21:38:47.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:48.233 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:48.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:46.843528+0000 mgr.smithi031.sxuhmh (mgr.14182) 639 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:48.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:47.494386+0000 mgr.smithi031.sxuhmh (mgr.14182) 640 : 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-25T21:38:48.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:46.843528+0000 mgr.smithi031.sxuhmh (mgr.14182) 639 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:48.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:47.494386+0000 mgr.smithi031.sxuhmh (mgr.14182) 640 : 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-25T21:38:49.573 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:49.574 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:49.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:50.935 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:50.969 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:49.494722+0000 mgr.smithi031.sxuhmh (mgr.14182) 641 : 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-25T21:38:50.969 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:49.570607+0000 mgr.smithi031.sxuhmh (mgr.14182) 642 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:51.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:49.494722+0000 mgr.smithi031.sxuhmh (mgr.14182) 641 : 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-25T21:38:51.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:49.570607+0000 mgr.smithi031.sxuhmh (mgr.14182) 642 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:52.336 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:52.336 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:52.613 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:51.495227+0000 mgr.smithi031.sxuhmh (mgr.14182) 643 : 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-25T21:38:52.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:53.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:51.495227+0000 mgr.smithi031.sxuhmh (mgr.14182) 643 : 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-25T21:38:53.691 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:54.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:52.332614+0000 mgr.smithi031.sxuhmh (mgr.14182) 644 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:54.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:52.332614+0000 mgr.smithi031.sxuhmh (mgr.14182) 644 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:54.618 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:53.495738+0000 mgr.smithi031.sxuhmh (mgr.14182) 645 : 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-25T21:38:54.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:53.495738+0000 mgr.smithi031.sxuhmh (mgr.14182) 645 : 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-25T21:38:54.993 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:54.993 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:55.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:56.366 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:56.715 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:54.990176+0000 mgr.smithi031.sxuhmh (mgr.14182) 646 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:56.716 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:55.496257+0000 mgr.smithi031.sxuhmh (mgr.14182) 647 : 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-25T21:38:57.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:54.990176+0000 mgr.smithi031.sxuhmh (mgr.14182) 646 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:57.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:55.496257+0000 mgr.smithi031.sxuhmh (mgr.14182) 647 : 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-25T21:38:57.698 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:38:57.698 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:58.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:58.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:57.496910+0000 mgr.smithi031.sxuhmh (mgr.14182) 648 : 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-25T21:38:58.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:57.496910+0000 mgr.smithi031.sxuhmh (mgr.14182) 648 : 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-25T21:38:59.021 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:59.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:38:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:38:57.694525+0000 mgr.smithi031.sxuhmh (mgr.14182) 649 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:59.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:38:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:38:57.694525+0000 mgr.smithi031.sxuhmh (mgr.14182) 649 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:00.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:38:59.497426+0000 mgr.smithi031.sxuhmh (mgr.14182) 650 : 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-25T21:39:00.356 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:00.356 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:00.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:38:59.497426+0000 mgr.smithi031.sxuhmh (mgr.14182) 650 : 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-25T21:39:00.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:01.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:00.353189+0000 mgr.smithi031.sxuhmh (mgr.14182) 651 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:01.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:00.353189+0000 mgr.smithi031.sxuhmh (mgr.14182) 651 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:01.731 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:02.451 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:01.498126+0000 mgr.smithi031.sxuhmh (mgr.14182) 652 : 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-25T21:39:02.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:01.498126+0000 mgr.smithi031.sxuhmh (mgr.14182) 652 : 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-25T21:39:03.144 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:03.144 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:03.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:04.516 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:04.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:03.140271+0000 mgr.smithi031.sxuhmh (mgr.14182) 653 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:04.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:03.498636+0000 mgr.smithi031.sxuhmh (mgr.14182) 654 : 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-25T21:39:04.848 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:03.140271+0000 mgr.smithi031.sxuhmh (mgr.14182) 653 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:04.848 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:03.498636+0000 mgr.smithi031.sxuhmh (mgr.14182) 654 : 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-25T21:39:05.803 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:05.803 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:06.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:07.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:05.499245+0000 mgr.smithi031.sxuhmh (mgr.14182) 655 : 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-25T21:39:07.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:05.499245+0000 mgr.smithi031.sxuhmh (mgr.14182) 655 : 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-25T21:39:07.206 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:07.941 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:05.799982+0000 mgr.smithi031.sxuhmh (mgr.14182) 656 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:08.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:05.799982+0000 mgr.smithi031.sxuhmh (mgr.14182) 656 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:08.602 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:08.602 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:08.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:07.499785+0000 mgr.smithi031.sxuhmh (mgr.14182) 657 : 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-25T21:39:08.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:09.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:07.499785+0000 mgr.smithi031.sxuhmh (mgr.14182) 657 : 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-25T21:39:09.980 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:10.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:08.598841+0000 mgr.smithi031.sxuhmh (mgr.14182) 658 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:10.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:08.598841+0000 mgr.smithi031.sxuhmh (mgr.14182) 658 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:10.965 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:09.500176+0000 mgr.smithi031.sxuhmh (mgr.14182) 659 : 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-25T21:39:11.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:09.500176+0000 mgr.smithi031.sxuhmh (mgr.14182) 659 : 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-25T21:39:11.363 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:11.363 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:11.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:12.747 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:13.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:11.359872+0000 mgr.smithi031.sxuhmh (mgr.14182) 660 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:13.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:11.500624+0000 mgr.smithi031.sxuhmh (mgr.14182) 661 : 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-25T21:39:13.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:11.359872+0000 mgr.smithi031.sxuhmh (mgr.14182) 660 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:13.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:11.500624+0000 mgr.smithi031.sxuhmh (mgr.14182) 661 : 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-25T21:39:14.141 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:14.142 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:14.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:14.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:13.501096+0000 mgr.smithi031.sxuhmh (mgr.14182) 662 : 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-25T21:39:14.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:13.501096+0000 mgr.smithi031.sxuhmh (mgr.14182) 662 : 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-25T21:39:15.512 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:15.855 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:14.138074+0000 mgr.smithi031.sxuhmh (mgr.14182) 663 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:16.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:14.138074+0000 mgr.smithi031.sxuhmh (mgr.14182) 663 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:16.910 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:16.910 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:16.932 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:15.501697+0000 mgr.smithi031.sxuhmh (mgr.14182) 664 : 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-25T21:39:17.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:15.501697+0000 mgr.smithi031.sxuhmh (mgr.14182) 664 : 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-25T21:39:17.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:18.288 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:18.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:16.906341+0000 mgr.smithi031.sxuhmh (mgr.14182) 665 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:18.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:17.502346+0000 mgr.smithi031.sxuhmh (mgr.14182) 666 : 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-25T21:39:18.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:16.906341+0000 mgr.smithi031.sxuhmh (mgr.14182) 665 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:18.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:17.502346+0000 mgr.smithi031.sxuhmh (mgr.14182) 666 : 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-25T21:39:19.654 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:19.654 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:20.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:21.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:19.502703+0000 mgr.smithi031.sxuhmh (mgr.14182) 667 : 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-25T21:39:21.011 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:21.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:19.502703+0000 mgr.smithi031.sxuhmh (mgr.14182) 667 : 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-25T21:39:21.706 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:21 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:19.650704+0000 mgr.smithi031.sxuhmh (mgr.14182) 668 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:22.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:21 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:19.650704+0000 mgr.smithi031.sxuhmh (mgr.14182) 668 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:22.408 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:22.409 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:22.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:21.503222+0000 mgr.smithi031.sxuhmh (mgr.14182) 669 : 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-25T21:39:22.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:23.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:21.503222+0000 mgr.smithi031.sxuhmh (mgr.14182) 669 : 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-25T21:39:23.779 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:24.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:22.405257+0000 mgr.smithi031.sxuhmh (mgr.14182) 670 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:24.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:22.405257+0000 mgr.smithi031.sxuhmh (mgr.14182) 670 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:24.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:23.503685+0000 mgr.smithi031.sxuhmh (mgr.14182) 671 : 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-25T21:39:24.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:23.503685+0000 mgr.smithi031.sxuhmh (mgr.14182) 671 : 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-25T21:39:25.134 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:25.134 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:25.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:26.521 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:26.869 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:25.131142+0000 mgr.smithi031.sxuhmh (mgr.14182) 672 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:26.869 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:25.504089+0000 mgr.smithi031.sxuhmh (mgr.14182) 673 : 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-25T21:39:27.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:25.131142+0000 mgr.smithi031.sxuhmh (mgr.14182) 672 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:27.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:25.504089+0000 mgr.smithi031.sxuhmh (mgr.14182) 673 : 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-25T21:39:27.808 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:27.808 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:28.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:27.504778+0000 mgr.smithi031.sxuhmh (mgr.14182) 674 : 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-25T21:39:28.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:28.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:27.504778+0000 mgr.smithi031.sxuhmh (mgr.14182) 674 : 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-25T21:39:29.168 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:29.494 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:27.804067+0000 mgr.smithi031.sxuhmh (mgr.14182) 675 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:29.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:27.804067+0000 mgr.smithi031.sxuhmh (mgr.14182) 675 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:30.147 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:29.505326+0000 mgr.smithi031.sxuhmh (mgr.14182) 676 : 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-25T21:39:30.517 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:30.518 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:30.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:29.505326+0000 mgr.smithi031.sxuhmh (mgr.14182) 676 : 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-25T21:39:30.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:31.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:30.514186+0000 mgr.smithi031.sxuhmh (mgr.14182) 677 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:31.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:30.514186+0000 mgr.smithi031.sxuhmh (mgr.14182) 677 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:31.919 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:32.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:31.505899+0000 mgr.smithi031.sxuhmh (mgr.14182) 678 : 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-25T21:39:32.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:31.505899+0000 mgr.smithi031.sxuhmh (mgr.14182) 678 : 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-25T21:39:33.309 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:33.310 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:33.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:34.685 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:34.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:33.306544+0000 mgr.smithi031.sxuhmh (mgr.14182) 679 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:34.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:33.506419+0000 mgr.smithi031.sxuhmh (mgr.14182) 680 : 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-25T21:39:35.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:33.306544+0000 mgr.smithi031.sxuhmh (mgr.14182) 679 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:35.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:33.506419+0000 mgr.smithi031.sxuhmh (mgr.14182) 680 : 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-25T21:39:36.065 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:36.065 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:36.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:36.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:35.506987+0000 mgr.smithi031.sxuhmh (mgr.14182) 681 : 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-25T21:39:37.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:35.506987+0000 mgr.smithi031.sxuhmh (mgr.14182) 681 : 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-25T21:39:37.426 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:37.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:36.061391+0000 mgr.smithi031.sxuhmh (mgr.14182) 682 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:38.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:36.061391+0000 mgr.smithi031.sxuhmh (mgr.14182) 682 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:38.739 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:38.740 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:38.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:37.507503+0000 mgr.smithi031.sxuhmh (mgr.14182) 683 : 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-25T21:39:39.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:37.507503+0000 mgr.smithi031.sxuhmh (mgr.14182) 683 : 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-25T21:39:39.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:40.102 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:40.736 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:38.735955+0000 mgr.smithi031.sxuhmh (mgr.14182) 684 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:40.736 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:39.508081+0000 mgr.smithi031.sxuhmh (mgr.14182) 685 : 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-25T21:39:41.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:38.735955+0000 mgr.smithi031.sxuhmh (mgr.14182) 684 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:41.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:39.508081+0000 mgr.smithi031.sxuhmh (mgr.14182) 685 : 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-25T21:39:41.408 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:41.408 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:40.835613Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:10.244471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.crovoe on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-crovoe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.crovoe\nDeploy daemon haproxy.nfs.foo.smithi149.crovoe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:30:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:30:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:31:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.573602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.ezrycv on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-ezrycv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.ezrycv\nDeploy daemon haproxy.nfs.foo.smithi031.ezrycv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:32:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:33: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-25T21:34:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:39.578446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.xuhafp on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:40.836251Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:40.835762Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:40.835841Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:40.835909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:40.835990Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:41.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:42.775 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:43.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:41.405376+0000 mgr.smithi031.sxuhmh (mgr.14182) 686 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:43.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:41.508693+0000 mgr.smithi031.sxuhmh (mgr.14182) 687 : 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-25T21:39:43.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:42.003905+0000 mon.smithi031 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.uhxfjp"}]: dispatch 2023-12-25T21:39:43.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:42.009405+0000 mon.smithi031 (mon.0) 655 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:39:43.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:42.246264+0000 mon.smithi031 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:43.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:42.253125+0000 mon.smithi031 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:43.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:41.405376+0000 mgr.smithi031.sxuhmh (mgr.14182) 686 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:43.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:41.508693+0000 mgr.smithi031.sxuhmh (mgr.14182) 687 : 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-25T21:39:43.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:42.003905+0000 mon.smithi031 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.uhxfjp"}]: dispatch 2023-12-25T21:39:43.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:42.009405+0000 mon.smithi031 (mon.0) 655 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:39:43.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:42.246264+0000 mon.smithi031 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:43.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:42.253125+0000 mon.smithi031 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:44.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:39:42.003346+0000 mgr.smithi031.sxuhmh (mgr.14182) 688 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp 2023-12-25T21:39:44.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp 2023-12-25T21:39:44.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi031.uhxfjp ... 2023-12-25T21:39:44.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:44.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:39:44.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:37: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-25T21:39:44.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:38:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:39:44.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:39: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-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Traceback (most recent call last): 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: yield (conn, connr) 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: code, '\n'.join(err))) 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi031.uhxfjp ... 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:37: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-25T21:39:44.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:38:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:39: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-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:39:42.003548+0000 mgr.smithi031.sxuhmh (mgr.14182) 689 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:39:42.004481+0000 mgr.smithi031.sxuhmh (mgr.14182) 690 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp 2023-12-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp 2023-12-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi031.uhxfjp ... 2023-12-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:37: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-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:38:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:39: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-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:39:44.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:44.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:39:42.005773+0000 mgr.smithi031.sxuhmh (mgr.14182) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:39:44.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:39:42.006855+0000 mgr.smithi031.sxuhmh (mgr.14182) 692 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:39:44.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:42.007530+0000 mgr.smithi031.sxuhmh (mgr.14182) 693 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:39:44.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:42.572504+0000 mon.smithi031 (mon.0) 658 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:39:44.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:43.534445+0000 mon.smithi031 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:44.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:39:42.003346+0000 mgr.smithi031.sxuhmh (mgr.14182) 688 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp 2023-12-25T21:39:44.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp 2023-12-25T21:39:44.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi031.uhxfjp ... 2023-12-25T21:39:44.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:44.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:39:44.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:37: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-25T21:39:44.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:38:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:39:44.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:39: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-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Traceback (most recent call last): 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: yield (conn, connr) 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: code, '\n'.join(err))) 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi031.uhxfjp ... 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:39:44.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:37: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-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:38:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:39: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-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:39:42.003548+0000 mgr.smithi031.sxuhmh (mgr.14182) 689 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:39:42.004481+0000 mgr.smithi031.sxuhmh (mgr.14182) 690 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp 2023-12-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp 2023-12-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp 2023-12-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi031.uhxfjp ... 2023-12-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:37: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-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:38:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:39: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-25T21:39:44.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:39:44.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:44.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:39:42.005773+0000 mgr.smithi031.sxuhmh (mgr.14182) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:39:44.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:39:42.006855+0000 mgr.smithi031.sxuhmh (mgr.14182) 692 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:39:44.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:42.007530+0000 mgr.smithi031.sxuhmh (mgr.14182) 693 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:39:44.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:42.572504+0000 mon.smithi031 (mon.0) 658 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:39:44.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:43.534445+0000 mon.smithi031 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:44.649 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:44.650 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:34:43.096037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:34:43.096106Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:34:43.096172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:34:43.096622Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:34:43.095956Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:34:43.095797Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:34:43.096688Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:34:43.096237Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:34:43.096365Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:34:43.096301Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:44.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:43.803194+0000 mon.smithi031 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:44.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:43.803873+0000 mon.smithi031 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:44.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:43.804438+0000 mon.smithi031 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:44.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:43.804962+0000 mon.smithi031 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:44.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:44.186427+0000 mon.smithi031 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:44.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:44.372699+0000 mon.smithi031 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:44.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:43.803194+0000 mon.smithi031 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:44.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:43.803873+0000 mon.smithi031 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:44.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:43.804438+0000 mon.smithi031 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:44.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:43.804962+0000 mon.smithi031 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:44.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:44.186427+0000 mon.smithi031 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:44.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:44.372699+0000 mon.smithi031 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:45.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:46.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:39:43.805388+0000 mgr.smithi031.sxuhmh (mgr.14182) 694 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 146.2M 2023-12-25T21:39:46.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:39:43.805915+0000 mgr.smithi031.sxuhmh (mgr.14182) 695 : cephadm [WRN] Unable to set osd_memory_target on smithi149 to 153343078: error parsing value: Value '153343078' is below minimum 939524096 2023-12-25T21:39:46.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:44.008081+0000 mgr.smithi031.sxuhmh (mgr.14182) 696 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:39:46.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:39:43.805388+0000 mgr.smithi031.sxuhmh (mgr.14182) 694 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 146.2M 2023-12-25T21:39:46.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:39:43.805915+0000 mgr.smithi031.sxuhmh (mgr.14182) 695 : cephadm [WRN] Unable to set osd_memory_target on smithi149 to 153343078: error parsing value: Value '153343078' is below minimum 939524096 2023-12-25T21:39:46.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:44.008081+0000 mgr.smithi031.sxuhmh (mgr.14182) 696 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:39:46.173 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:46.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:44.646638+0000 mgr.smithi031.sxuhmh (mgr.14182) 697 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:46.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:45.900315+0000 mon.smithi031 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:46.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:46.190350+0000 mon.smithi031 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:46.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:46.191081+0000 mon.smithi031 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:46.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:46.191661+0000 mon.smithi031 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:46.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:46.192334+0000 mon.smithi031 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:46.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:46.197092+0000 mon.smithi031 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:46.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:46.198871+0000 mon.smithi031 (mon.0) 672 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:39:46.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:46.199606+0000 mon.smithi031 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:39:46.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:46.203997+0000 mon.smithi031 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:46.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:46.208339+0000 mon.smithi031 (mon.0) 675 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:39:46.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:46.215687+0000 mon.smithi031 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:47.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:44.646638+0000 mgr.smithi031.sxuhmh (mgr.14182) 697 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:47.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:45.900315+0000 mon.smithi031 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:47.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:46.190350+0000 mon.smithi031 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:47.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:46.191081+0000 mon.smithi031 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:47.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:46.191661+0000 mon.smithi031 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:47.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:46.192334+0000 mon.smithi031 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:39:47.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:46.197092+0000 mon.smithi031 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:47.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:46.198871+0000 mon.smithi031 (mon.0) 672 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:39:47.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:46.199606+0000 mon.smithi031 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:39:47.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:46.203997+0000 mon.smithi031 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:47.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:46.208339+0000 mon.smithi031 (mon.0) 675 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:39:47.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:46.215687+0000 mon.smithi031 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:47.523 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:47.523 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:47.905 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:46.008668+0000 mgr.smithi031.sxuhmh (mgr.14182) 698 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-25T21:39:47.905 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:39:46.192812+0000 mgr.smithi031.sxuhmh (mgr.14182) 699 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 1945M 2023-12-25T21:39:47.905 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:46.204591+0000 mgr.smithi031.sxuhmh (mgr.14182) 700 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-12-25T21:39:47.905 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:39:46.217755+0000 mgr.smithi031.sxuhmh (mgr.14182) 701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi149.lsjqgg on smithi149 2023-12-25T21:39:47.905 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:46.898304+0000 mon.smithi031 (mon.0) 677 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:39:47.905 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:46.898343+0000 mon.smithi031 (mon.0) 678 : cluster [INF] Cluster is now healthy 2023-12-25T21:39:47.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:48.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:46.008668+0000 mgr.smithi031.sxuhmh (mgr.14182) 698 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-25T21:39:48.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:39:46.192812+0000 mgr.smithi031.sxuhmh (mgr.14182) 699 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 1945M 2023-12-25T21:39:48.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:46.204591+0000 mgr.smithi031.sxuhmh (mgr.14182) 700 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-12-25T21:39:48.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:39:46.217755+0000 mgr.smithi031.sxuhmh (mgr.14182) 701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi149.lsjqgg on smithi149 2023-12-25T21:39:48.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:46.898304+0000 mon.smithi031 (mon.0) 677 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:39:48.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:46.898343+0000 mon.smithi031 (mon.0) 678 : cluster [INF] Cluster is now healthy 2023-12-25T21:39:48.908 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:48.941 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:47.519744+0000 mgr.smithi031.sxuhmh (mgr.14182) 702 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:49.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:47.519744+0000 mgr.smithi031.sxuhmh (mgr.14182) 702 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:49.901 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:48.205115+0000 mgr.smithi031.sxuhmh (mgr.14182) 703 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-12-25T21:39:50.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:48.205115+0000 mgr.smithi031.sxuhmh (mgr.14182) 703 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-12-25T21:39:50.284 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:50.284 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:50.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:51.657 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:52.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:50.205431+0000 mgr.smithi031.sxuhmh (mgr.14182) 704 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-12-25T21:39:52.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:50.280908+0000 mgr.smithi031.sxuhmh (mgr.14182) 705 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:52.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:50.205431+0000 mgr.smithi031.sxuhmh (mgr.14182) 704 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-12-25T21:39:52.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:50.280908+0000 mgr.smithi031.sxuhmh (mgr.14182) 705 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:53.023 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:53.023 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:53.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:52.205939+0000 mgr.smithi031.sxuhmh (mgr.14182) 706 : cluster [DBG] pgmap v416: 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-25T21:39:53.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:53.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:52.205939+0000 mgr.smithi031.sxuhmh (mgr.14182) 706 : cluster [DBG] pgmap v416: 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-25T21:39:54.390 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:54.424 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:53.019860+0000 mgr.smithi031.sxuhmh (mgr.14182) 707 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:54.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:53.019860+0000 mgr.smithi031.sxuhmh (mgr.14182) 707 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:55.366 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:54.206485+0000 mgr.smithi031.sxuhmh (mgr.14182) 708 : cluster [DBG] pgmap v417: 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-25T21:39:55.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:54.206485+0000 mgr.smithi031.sxuhmh (mgr.14182) 708 : cluster [DBG] pgmap v417: 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-25T21:39:55.738 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:55.738 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:56.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:57.131 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:57.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:55.735092+0000 mgr.smithi031.sxuhmh (mgr.14182) 709 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:57.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:56.207118+0000 mgr.smithi031.sxuhmh (mgr.14182) 710 : cluster [DBG] pgmap v418: 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-25T21:39:57.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:55.735092+0000 mgr.smithi031.sxuhmh (mgr.14182) 709 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:57.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:56.207118+0000 mgr.smithi031.sxuhmh (mgr.14182) 710 : cluster [DBG] pgmap v418: 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-25T21:39:58.533 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:39:58.533 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:58.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:59.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:39:58.207549+0000 mgr.smithi031.sxuhmh (mgr.14182) 711 : 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-25T21:39:59.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:58.530067+0000 mgr.smithi031.sxuhmh (mgr.14182) 712 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:59.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:39:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:39:59.186558+0000 mon.smithi031 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:59.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:39:58.207549+0000 mgr.smithi031.sxuhmh (mgr.14182) 711 : 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-25T21:39:59.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:58.530067+0000 mgr.smithi031.sxuhmh (mgr.14182) 712 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:59.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:39:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:39:59.186558+0000 mon.smithi031 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:39:59.914 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:00.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:00.000120+0000 mon.smithi031 (mon.0) 680 : cluster [INF] overall HEALTH_OK 2023-12-25T21:40:00.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:00.000120+0000 mon.smithi031 (mon.0) 680 : cluster [INF] overall HEALTH_OK 2023-12-25T21:40:01.296 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:01.296 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:01.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:00.207940+0000 mgr.smithi031.sxuhmh (mgr.14182) 713 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:01.577 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:00.207940+0000 mgr.smithi031.sxuhmh (mgr.14182) 713 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:01.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:02.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:01.293033+0000 mgr.smithi031.sxuhmh (mgr.14182) 714 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:02.671 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:02.705 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:01.293033+0000 mgr.smithi031.sxuhmh (mgr.14182) 714 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:02.208491+0000 mgr.smithi031.sxuhmh (mgr.14182) 715 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:03.632 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:02.208491+0000 mgr.smithi031.sxuhmh (mgr.14182) 715 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:04.005 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:04.006 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:04.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:05.397 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:05.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:05 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:04.002452+0000 mgr.smithi031.sxuhmh (mgr.14182) 716 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:05.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:05 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:04.208829+0000 mgr.smithi031.sxuhmh (mgr.14182) 717 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:05.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:04.002452+0000 mgr.smithi031.sxuhmh (mgr.14182) 716 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:05.739 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:04.208829+0000 mgr.smithi031.sxuhmh (mgr.14182) 717 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:06.921 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:06.921 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:07.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:07.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:06.209498+0000 mgr.smithi031.sxuhmh (mgr.14182) 718 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:07.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:06.209498+0000 mgr.smithi031.sxuhmh (mgr.14182) 718 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:08.297 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:08.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:06.917901+0000 mgr.smithi031.sxuhmh (mgr.14182) 719 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:08.629 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:06.917901+0000 mgr.smithi031.sxuhmh (mgr.14182) 719 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:09.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:08.210046+0000 mgr.smithi031.sxuhmh (mgr.14182) 720 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:09.691 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:09.691 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:09.715 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:08.210046+0000 mgr.smithi031.sxuhmh (mgr.14182) 720 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:10.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:11.078 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:11.412 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:09.687389+0000 mgr.smithi031.sxuhmh (mgr.14182) 721 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:11.412 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:10.210475+0000 mgr.smithi031.sxuhmh (mgr.14182) 722 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:11.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:09.687389+0000 mgr.smithi031.sxuhmh (mgr.14182) 721 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:11.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:10.210475+0000 mgr.smithi031.sxuhmh (mgr.14182) 722 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:12.421 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:12.421 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:12.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:13.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:12.211075+0000 mgr.smithi031.sxuhmh (mgr.14182) 723 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:13.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:12.418137+0000 mgr.smithi031.sxuhmh (mgr.14182) 724 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:13.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:12.211075+0000 mgr.smithi031.sxuhmh (mgr.14182) 723 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:13.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:12.418137+0000 mgr.smithi031.sxuhmh (mgr.14182) 724 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:13.762 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:15.148 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:15.149 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:15.433 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:14.211414+0000 mgr.smithi031.sxuhmh (mgr.14182) 725 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:15.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:15.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:14.211414+0000 mgr.smithi031.sxuhmh (mgr.14182) 725 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:16.537 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:16.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:15.145564+0000 mgr.smithi031.sxuhmh (mgr.14182) 726 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:16.570 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:15.145564+0000 mgr.smithi031.sxuhmh (mgr.14182) 726 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:17.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:16.212063+0000 mgr.smithi031.sxuhmh (mgr.14182) 727 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:17.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:16.212063+0000 mgr.smithi031.sxuhmh (mgr.14182) 727 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:17.892 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:17.893 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:18.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:19.286 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:19.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:17.889624+0000 mgr.smithi031.sxuhmh (mgr.14182) 728 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:19.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:18.212731+0000 mgr.smithi031.sxuhmh (mgr.14182) 729 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:19.628 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:17.889624+0000 mgr.smithi031.sxuhmh (mgr.14182) 728 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:19.628 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:18.212731+0000 mgr.smithi031.sxuhmh (mgr.14182) 729 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:20.627 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:20.628 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:21.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:21.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:21 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:20.213167+0000 mgr.smithi031.sxuhmh (mgr.14182) 730 : 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-25T21:40:21.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:21 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:20.213167+0000 mgr.smithi031.sxuhmh (mgr.14182) 730 : 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-25T21:40:22.010 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:22.344 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:20.624631+0000 mgr.smithi031.sxuhmh (mgr.14182) 731 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:22.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:20.624631+0000 mgr.smithi031.sxuhmh (mgr.14182) 731 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:23.320 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:23.321 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:22.213610+0000 mgr.smithi031.sxuhmh (mgr.14182) 732 : 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-25T21:40:23.615 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:22.213610+0000 mgr.smithi031.sxuhmh (mgr.14182) 732 : 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-25T21:40:23.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:24.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:23.317452+0000 mgr.smithi031.sxuhmh (mgr.14182) 733 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:24.693 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:24.727 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:23.317452+0000 mgr.smithi031.sxuhmh (mgr.14182) 733 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:25.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:24.214117+0000 mgr.smithi031.sxuhmh (mgr.14182) 734 : 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-25T21:40:25.645 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:24.214117+0000 mgr.smithi031.sxuhmh (mgr.14182) 734 : 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-25T21:40:26.025 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:26.025 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:26.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:27.393 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:27.726 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:26.021908+0000 mgr.smithi031.sxuhmh (mgr.14182) 735 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:27.727 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:26.214653+0000 mgr.smithi031.sxuhmh (mgr.14182) 736 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:27.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:26.021908+0000 mgr.smithi031.sxuhmh (mgr.14182) 735 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:27.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:26.214653+0000 mgr.smithi031.sxuhmh (mgr.14182) 736 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:28.715 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:28.716 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:29.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:29.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:28.215208+0000 mgr.smithi031.sxuhmh (mgr.14182) 737 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:29.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:28.215208+0000 mgr.smithi031.sxuhmh (mgr.14182) 737 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:30.093 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:30.435 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:28.712333+0000 mgr.smithi031.sxuhmh (mgr.14182) 738 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:30.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:28.712333+0000 mgr.smithi031.sxuhmh (mgr.14182) 738 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:31.496 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:31.496 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:31.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:30.215596+0000 mgr.smithi031.sxuhmh (mgr.14182) 739 : 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-25T21:40:31.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:30.215596+0000 mgr.smithi031.sxuhmh (mgr.14182) 739 : 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-25T21:40:31.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:32.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:32 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:31.492493+0000 mgr.smithi031.sxuhmh (mgr.14182) 740 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:32.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:32 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:31.492493+0000 mgr.smithi031.sxuhmh (mgr.14182) 740 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:32.851 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:33.494 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:32.216379+0000 mgr.smithi031.sxuhmh (mgr.14182) 741 : 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-25T21:40:33.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:32.216379+0000 mgr.smithi031.sxuhmh (mgr.14182) 741 : 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-25T21:40:34.170 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:34.171 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:34.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:35.549 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:35.582 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:34.167470+0000 mgr.smithi031.sxuhmh (mgr.14182) 742 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:35.582 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:34.216965+0000 mgr.smithi031.sxuhmh (mgr.14182) 743 : 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-25T21:40:35.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:34.167470+0000 mgr.smithi031.sxuhmh (mgr.14182) 742 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:35.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:34.216965+0000 mgr.smithi031.sxuhmh (mgr.14182) 743 : 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-25T21:40:36.998 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:36.998 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:37.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:37.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:36.217419+0000 mgr.smithi031.sxuhmh (mgr.14182) 744 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:37.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:36.217419+0000 mgr.smithi031.sxuhmh (mgr.14182) 744 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:38.367 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:38.690 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:36.994523+0000 mgr.smithi031.sxuhmh (mgr.14182) 745 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:38.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:36.994523+0000 mgr.smithi031.sxuhmh (mgr.14182) 745 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:39.690 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:39.691 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:39.719 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:38.217946+0000 mgr.smithi031.sxuhmh (mgr.14182) 746 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:39.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:38.217946+0000 mgr.smithi031.sxuhmh (mgr.14182) 746 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:40.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:41.105 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:41.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:39.687834+0000 mgr.smithi031.sxuhmh (mgr.14182) 747 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:41.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:40.218592+0000 mgr.smithi031.sxuhmh (mgr.14182) 748 : 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-25T21:40:41.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:39.687834+0000 mgr.smithi031.sxuhmh (mgr.14182) 747 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:41.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:40.218592+0000 mgr.smithi031.sxuhmh (mgr.14182) 748 : 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-25T21:40:42.501 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:42.501 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:42.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:43.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:42.219082+0000 mgr.smithi031.sxuhmh (mgr.14182) 749 : 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-25T21:40:43.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:42.497506+0000 mgr.smithi031.sxuhmh (mgr.14182) 750 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:43.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:42.219082+0000 mgr.smithi031.sxuhmh (mgr.14182) 749 : 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-25T21:40:43.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:42.497506+0000 mgr.smithi031.sxuhmh (mgr.14182) 750 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:43.873 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:45.257 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:45.258 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:45.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:44.219540+0000 mgr.smithi031.sxuhmh (mgr.14182) 751 : 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-25T21:40:45.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:44.219540+0000 mgr.smithi031.sxuhmh (mgr.14182) 751 : 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-25T21:40:45.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:46.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:45.254567+0000 mgr.smithi031.sxuhmh (mgr.14182) 752 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:46.623 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:46.656 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:45.254567+0000 mgr.smithi031.sxuhmh (mgr.14182) 752 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:47.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:46.220146+0000 mgr.smithi031.sxuhmh (mgr.14182) 753 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:47.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:46.220146+0000 mgr.smithi031.sxuhmh (mgr.14182) 753 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:47.943 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:47.943 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:48.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:49.305 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:49.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:47.940645+0000 mgr.smithi031.sxuhmh (mgr.14182) 754 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:49.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:48.220575+0000 mgr.smithi031.sxuhmh (mgr.14182) 755 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:49.681 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:47.940645+0000 mgr.smithi031.sxuhmh (mgr.14182) 754 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:49.681 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:48.220575+0000 mgr.smithi031.sxuhmh (mgr.14182) 755 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:50.726 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:50.726 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:51.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:51.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:50.221107+0000 mgr.smithi031.sxuhmh (mgr.14182) 756 : 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-25T21:40:51.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:50.221107+0000 mgr.smithi031.sxuhmh (mgr.14182) 756 : 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-25T21:40:52.106 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:52.430 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:50.722998+0000 mgr.smithi031.sxuhmh (mgr.14182) 757 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:52.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:50.722998+0000 mgr.smithi031.sxuhmh (mgr.14182) 757 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:53.454 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:53.454 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:53.475 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:52.221561+0000 mgr.smithi031.sxuhmh (mgr.14182) 758 : 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-25T21:40:53.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:52.221561+0000 mgr.smithi031.sxuhmh (mgr.14182) 758 : 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-25T21:40:53.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:54.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:54 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:53.450609+0000 mgr.smithi031.sxuhmh (mgr.14182) 759 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:54.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:54 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:53.450609+0000 mgr.smithi031.sxuhmh (mgr.14182) 759 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:54.830 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:55.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:54.222004+0000 mgr.smithi031.sxuhmh (mgr.14182) 760 : 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-25T21:40:55.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:54.222004+0000 mgr.smithi031.sxuhmh (mgr.14182) 760 : 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-25T21:40:56.237 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:56.237 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:56.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:57.638 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:57.672 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:56.222475+0000 mgr.smithi031.sxuhmh (mgr.14182) 761 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:57.672 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:56.234377+0000 mgr.smithi031.sxuhmh (mgr.14182) 762 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:57.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:56.222475+0000 mgr.smithi031.sxuhmh (mgr.14182) 761 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:57.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:56.234377+0000 mgr.smithi031.sxuhmh (mgr.14182) 762 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:59.058 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:40:59.059 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:59.384 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:40:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:40:58.222969+0000 mgr.smithi031.sxuhmh (mgr.14182) 763 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:59.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:59.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:40:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:40:58.222969+0000 mgr.smithi031.sxuhmh (mgr.14182) 763 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:00.456 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:00.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:40:59.055439+0000 mgr.smithi031.sxuhmh (mgr.14182) 764 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:00.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:40:59.055439+0000 mgr.smithi031.sxuhmh (mgr.14182) 764 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:01.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:00.223575+0000 mgr.smithi031.sxuhmh (mgr.14182) 765 : 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-25T21:41:01.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:00.223575+0000 mgr.smithi031.sxuhmh (mgr.14182) 765 : 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-25T21:41:01.810 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:01.810 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:02.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:03.162 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:03.469 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:01.806986+0000 mgr.smithi031.sxuhmh (mgr.14182) 766 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:03.470 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:02.224334+0000 mgr.smithi031.sxuhmh (mgr.14182) 767 : 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-25T21:41:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:01.806986+0000 mgr.smithi031.sxuhmh (mgr.14182) 766 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:02.224334+0000 mgr.smithi031.sxuhmh (mgr.14182) 767 : 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-25T21:41:04.459 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:04.460 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:04.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:05.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:05 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:04.224669+0000 mgr.smithi031.sxuhmh (mgr.14182) 768 : 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-25T21:41:05.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:05 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:04.456122+0000 mgr.smithi031.sxuhmh (mgr.14182) 769 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:05.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:04.224669+0000 mgr.smithi031.sxuhmh (mgr.14182) 768 : 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-25T21:41:05.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:04.456122+0000 mgr.smithi031.sxuhmh (mgr.14182) 769 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:05.820 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:07.153 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:07.153 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:07.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:06.225286+0000 mgr.smithi031.sxuhmh (mgr.14182) 770 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:07.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:06.225286+0000 mgr.smithi031.sxuhmh (mgr.14182) 770 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:07.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:08.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:07.150081+0000 mgr.smithi031.sxuhmh (mgr.14182) 771 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:08.615 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:08.650 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:07.150081+0000 mgr.smithi031.sxuhmh (mgr.14182) 771 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:09.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:08.225910+0000 mgr.smithi031.sxuhmh (mgr.14182) 772 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:09.637 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:08.225910+0000 mgr.smithi031.sxuhmh (mgr.14182) 772 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:10.020 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:10.021 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:10.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:11.427 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:11.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:10.017590+0000 mgr.smithi031.sxuhmh (mgr.14182) 773 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:11.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:10.226390+0000 mgr.smithi031.sxuhmh (mgr.14182) 774 : 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-25T21:41:11.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:10.017590+0000 mgr.smithi031.sxuhmh (mgr.14182) 773 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:11.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:10.226390+0000 mgr.smithi031.sxuhmh (mgr.14182) 774 : 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-25T21:41:12.810 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:12.810 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:13.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:13.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:12.227044+0000 mgr.smithi031.sxuhmh (mgr.14182) 775 : 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-25T21:41:13.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:12.227044+0000 mgr.smithi031.sxuhmh (mgr.14182) 775 : 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-25T21:41:14.177 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:14.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:12.807301+0000 mgr.smithi031.sxuhmh (mgr.14182) 776 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:14.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:12.807301+0000 mgr.smithi031.sxuhmh (mgr.14182) 776 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:15.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:14.227505+0000 mgr.smithi031.sxuhmh (mgr.14182) 777 : 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-25T21:41:15.531 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:15.531 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:15.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:14.227505+0000 mgr.smithi031.sxuhmh (mgr.14182) 777 : 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-25T21:41:15.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:16.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:15.528266+0000 mgr.smithi031.sxuhmh (mgr.14182) 778 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:16.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:15.528266+0000 mgr.smithi031.sxuhmh (mgr.14182) 778 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:16.849 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:17.208 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:16.228114+0000 mgr.smithi031.sxuhmh (mgr.14182) 779 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:17.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:16.228114+0000 mgr.smithi031.sxuhmh (mgr.14182) 779 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:18.196 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:18.197 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:18.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:19.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:18.193426+0000 mgr.smithi031.sxuhmh (mgr.14182) 780 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:19.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:18.228505+0000 mgr.smithi031.sxuhmh (mgr.14182) 781 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:19.584 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:19.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:18.193426+0000 mgr.smithi031.sxuhmh (mgr.14182) 780 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:19.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:18.228505+0000 mgr.smithi031.sxuhmh (mgr.14182) 781 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:20.952 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:20.952 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:21.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:21.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:21 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:20.229078+0000 mgr.smithi031.sxuhmh (mgr.14182) 782 : 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-25T21:41:21.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:21 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:20.229078+0000 mgr.smithi031.sxuhmh (mgr.14182) 782 : 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-25T21:41:22.369 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:22.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:20.948502+0000 mgr.smithi031.sxuhmh (mgr.14182) 783 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:22.734 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:20.948502+0000 mgr.smithi031.sxuhmh (mgr.14182) 783 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:23.360 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:22.229666+0000 mgr.smithi031.sxuhmh (mgr.14182) 784 : 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-25T21:41:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:22.229666+0000 mgr.smithi031.sxuhmh (mgr.14182) 784 : 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-25T21:41:23.757 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:23.757 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:24.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:25.124 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:25.457 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:23.754040+0000 mgr.smithi031.sxuhmh (mgr.14182) 785 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:25.457 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:24.230324+0000 mgr.smithi031.sxuhmh (mgr.14182) 786 : 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-25T21:41:25.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:23.754040+0000 mgr.smithi031.sxuhmh (mgr.14182) 785 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:25.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:24.230324+0000 mgr.smithi031.sxuhmh (mgr.14182) 786 : 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-25T21:41:26.447 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:26.448 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:26.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:27.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:26.230811+0000 mgr.smithi031.sxuhmh (mgr.14182) 787 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:27.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:26.444618+0000 mgr.smithi031.sxuhmh (mgr.14182) 788 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:27.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:26.230811+0000 mgr.smithi031.sxuhmh (mgr.14182) 787 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:27.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:26.444618+0000 mgr.smithi031.sxuhmh (mgr.14182) 788 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:27.809 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:29.191 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:29.191 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:29.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:28.231353+0000 mgr.smithi031.sxuhmh (mgr.14182) 789 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:29.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:29.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:28.231353+0000 mgr.smithi031.sxuhmh (mgr.14182) 789 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:30.582 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:30.617 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:29.186202+0000 mgr.smithi031.sxuhmh (mgr.14182) 790 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:30.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:29.186202+0000 mgr.smithi031.sxuhmh (mgr.14182) 790 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:31.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:30.231974+0000 mgr.smithi031.sxuhmh (mgr.14182) 791 : 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-25T21:41:31.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:30.231974+0000 mgr.smithi031.sxuhmh (mgr.14182) 791 : 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-25T21:41:31.904 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:31.904 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:32.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:33.297 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:33.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:31.901178+0000 mgr.smithi031.sxuhmh (mgr.14182) 792 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:33.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:32.232425+0000 mgr.smithi031.sxuhmh (mgr.14182) 793 : 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-25T21:41:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:31.901178+0000 mgr.smithi031.sxuhmh (mgr.14182) 792 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:32.232425+0000 mgr.smithi031.sxuhmh (mgr.14182) 793 : 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-25T21:41:34.626 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:34.626 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:34.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:35.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:34.232812+0000 mgr.smithi031.sxuhmh (mgr.14182) 794 : 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-25T21:41:35.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:34.622959+0000 mgr.smithi031.sxuhmh (mgr.14182) 795 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:35.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:34.232812+0000 mgr.smithi031.sxuhmh (mgr.14182) 794 : 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-25T21:41:35.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:34.622959+0000 mgr.smithi031.sxuhmh (mgr.14182) 795 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:35.989 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:37.380 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:37.380 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:37.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:36.233265+0000 mgr.smithi031.sxuhmh (mgr.14182) 796 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:37.661 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:36.233265+0000 mgr.smithi031.sxuhmh (mgr.14182) 796 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:37.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:38.700 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:38.734 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:37.377671+0000 mgr.smithi031.sxuhmh (mgr.14182) 797 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:38.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:37.377671+0000 mgr.smithi031.sxuhmh (mgr.14182) 797 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:39.683 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:38.233954+0000 mgr.smithi031.sxuhmh (mgr.14182) 798 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:39.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:38.233954+0000 mgr.smithi031.sxuhmh (mgr.14182) 798 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:40.065 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:40.065 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:40.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:41.438 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:41.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:40.062366+0000 mgr.smithi031.sxuhmh (mgr.14182) 799 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:41.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:40.234410+0000 mgr.smithi031.sxuhmh (mgr.14182) 800 : 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-25T21:41:41.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:40.062366+0000 mgr.smithi031.sxuhmh (mgr.14182) 799 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:41.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:40.234410+0000 mgr.smithi031.sxuhmh (mgr.14182) 800 : 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-25T21:41:42.781 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:42.782 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:43.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:43.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:42.234843+0000 mgr.smithi031.sxuhmh (mgr.14182) 801 : 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-25T21:41:43.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:42.234843+0000 mgr.smithi031.sxuhmh (mgr.14182) 801 : 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-25T21:41:44.148 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:44.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:42.778144+0000 mgr.smithi031.sxuhmh (mgr.14182) 802 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:44.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:42.778144+0000 mgr.smithi031.sxuhmh (mgr.14182) 802 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:45.493 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:45.493 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:45.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:44.235228+0000 mgr.smithi031.sxuhmh (mgr.14182) 803 : 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-25T21:41:45.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:44.235228+0000 mgr.smithi031.sxuhmh (mgr.14182) 803 : 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-25T21:41:45.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:46.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:45.489267+0000 mgr.smithi031.sxuhmh (mgr.14182) 804 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:46.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:45.489267+0000 mgr.smithi031.sxuhmh (mgr.14182) 804 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:46.896 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:47.237 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:46.235640+0000 mgr.smithi031.sxuhmh (mgr.14182) 805 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:47.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:46.235640+0000 mgr.smithi031.sxuhmh (mgr.14182) 805 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:48.261 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:48.261 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:48.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:49.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:48.236064+0000 mgr.smithi031.sxuhmh (mgr.14182) 806 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:49.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:48.258351+0000 mgr.smithi031.sxuhmh (mgr.14182) 807 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:49.621 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:49.656 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:48.236064+0000 mgr.smithi031.sxuhmh (mgr.14182) 806 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:49.657 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:48.258351+0000 mgr.smithi031.sxuhmh (mgr.14182) 807 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:51.007 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:51.008 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:51.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:51.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:50.236439+0000 mgr.smithi031.sxuhmh (mgr.14182) 808 : 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-25T21:41:51.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:50.236439+0000 mgr.smithi031.sxuhmh (mgr.14182) 808 : 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-25T21:41:52.395 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:52.745 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:51.003929+0000 mgr.smithi031.sxuhmh (mgr.14182) 809 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:52.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:51.003929+0000 mgr.smithi031.sxuhmh (mgr.14182) 809 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:53.380 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:52.236946+0000 mgr.smithi031.sxuhmh (mgr.14182) 810 : 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-25T21:41:53.775 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:53.776 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:53.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:52.236946+0000 mgr.smithi031.sxuhmh (mgr.14182) 810 : 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-25T21:41:54.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:55.153 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:55.494 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:53.772592+0000 mgr.smithi031.sxuhmh (mgr.14182) 811 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:55.494 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:54.237330+0000 mgr.smithi031.sxuhmh (mgr.14182) 812 : 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-25T21:41:55.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:53.772592+0000 mgr.smithi031.sxuhmh (mgr.14182) 811 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:55.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:54.237330+0000 mgr.smithi031.sxuhmh (mgr.14182) 812 : 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-25T21:41:56.536 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:56.536 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:56.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:57.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:56.237893+0000 mgr.smithi031.sxuhmh (mgr.14182) 813 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:57.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:56.533090+0000 mgr.smithi031.sxuhmh (mgr.14182) 814 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:57.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:56.237893+0000 mgr.smithi031.sxuhmh (mgr.14182) 813 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:57.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:56.533090+0000 mgr.smithi031.sxuhmh (mgr.14182) 814 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:57.901 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:59.293 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:41:59.293 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:59.574 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:41:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:41:58.238400+0000 mgr.smithi031.sxuhmh (mgr.14182) 815 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:59.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:59.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:41:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:41:58.238400+0000 mgr.smithi031.sxuhmh (mgr.14182) 815 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:00.661 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:00.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:41:59.289707+0000 mgr.smithi031.sxuhmh (mgr.14182) 816 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:00.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:41:59.289707+0000 mgr.smithi031.sxuhmh (mgr.14182) 816 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:01.713 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:00.239039+0000 mgr.smithi031.sxuhmh (mgr.14182) 817 : 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-25T21:42:01.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:00.239039+0000 mgr.smithi031.sxuhmh (mgr.14182) 817 : 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-25T21:42:02.093 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:02.093 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:02.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:03.459 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:03.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:02.089562+0000 mgr.smithi031.sxuhmh (mgr.14182) 818 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:03.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:02.239507+0000 mgr.smithi031.sxuhmh (mgr.14182) 819 : 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-25T21:42:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:02.089562+0000 mgr.smithi031.sxuhmh (mgr.14182) 818 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:02.239507+0000 mgr.smithi031.sxuhmh (mgr.14182) 819 : 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-25T21:42:04.833 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:04.833 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:05.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:05.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:04.239913+0000 mgr.smithi031.sxuhmh (mgr.14182) 820 : 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-25T21:42:05.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:05 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:04.239913+0000 mgr.smithi031.sxuhmh (mgr.14182) 820 : 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-25T21:42:06.209 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:06.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:04.830000+0000 mgr.smithi031.sxuhmh (mgr.14182) 821 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:06.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:04.830000+0000 mgr.smithi031.sxuhmh (mgr.14182) 821 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:07.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:06.240426+0000 mgr.smithi031.sxuhmh (mgr.14182) 822 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:07.523 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:07.523 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:07.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:06.240426+0000 mgr.smithi031.sxuhmh (mgr.14182) 822 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:07.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:08.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:07.520555+0000 mgr.smithi031.sxuhmh (mgr.14182) 823 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:08.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:07.520555+0000 mgr.smithi031.sxuhmh (mgr.14182) 823 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:08.901 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:09.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:08.241107+0000 mgr.smithi031.sxuhmh (mgr.14182) 824 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:09.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:08.241107+0000 mgr.smithi031.sxuhmh (mgr.14182) 824 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:10.274 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:10.274 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:10.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:11.658 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:11.693 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:10.241474+0000 mgr.smithi031.sxuhmh (mgr.14182) 825 : 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-25T21:42:11.693 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:10.271479+0000 mgr.smithi031.sxuhmh (mgr.14182) 826 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:11.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:10.241474+0000 mgr.smithi031.sxuhmh (mgr.14182) 825 : 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-25T21:42:11.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:10.271479+0000 mgr.smithi031.sxuhmh (mgr.14182) 826 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:13.056 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:13.057 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.579582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.wbofso on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:13.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:12.241965+0000 mgr.smithi031.sxuhmh (mgr.14182) 827 : 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-25T21:42:13.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:13.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:12.241965+0000 mgr.smithi031.sxuhmh (mgr.14182) 827 : 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-25T21:42:14.425 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:14.460 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:13.052641+0000 mgr.smithi031.sxuhmh (mgr.14182) 828 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:14.472 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:13.052641+0000 mgr.smithi031.sxuhmh (mgr.14182) 828 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:15.364 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:14.242436+0000 mgr.smithi031.sxuhmh (mgr.14182) 829 : 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-25T21:42:15.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:14.242436+0000 mgr.smithi031.sxuhmh (mgr.14182) 829 : 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-25T21:42:15.783 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:15.783 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:16.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:16.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:42:15.364560+0000 mgr.smithi031.sxuhmh (mgr.14182) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg 2023-12-25T21:42:16.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg 2023-12-25T21:42:16.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi149.lsjqgg ... 2023-12-25T21:42:16.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:16.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:42:16.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:40:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:42:16.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:41: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-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:41: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-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Traceback (most recent call last): 2023-12-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: yield (conn, connr) 2023-12-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: code, '\n'.join(err))) 2023-12-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg 2023-12-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg 2023-12-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi149.lsjqgg ... 2023-12-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:16.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:40:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:41: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-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:41: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-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:42:15.364798+0000 mgr.smithi031.sxuhmh (mgr.14182) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:15.365159+0000 mon.smithi031 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi149.lsjqgg"}]: dispatch 2023-12-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:42:15.365771+0000 mgr.smithi031.sxuhmh (mgr.14182) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg 2023-12-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg 2023-12-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi149.lsjqgg ... 2023-12-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:42:16.504 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:40:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:42:16.505 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:41: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-25T21:42:16.505 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:41: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-25T21:42:16.505 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:42:16.505 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:16.505 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:16 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:42:15.367163+0000 mgr.smithi031.sxuhmh (mgr.14182) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.orslck on smithi031 2023-12-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:42:15.364560+0000 mgr.smithi031.sxuhmh (mgr.14182) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg 2023-12-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg 2023-12-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi149.lsjqgg ... 2023-12-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:40:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:41: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-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:41: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-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:16.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Traceback (most recent call last): 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: yield (conn, connr) 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: code, '\n'.join(err))) 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi149.lsjqgg ... 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:40:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:41: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-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:41: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-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:42:16.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:42:15.364798+0000 mgr.smithi031.sxuhmh (mgr.14182) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:15.365159+0000 mon.smithi031 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi149.lsjqgg"}]: dispatch 2023-12-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:42:15.365771+0000 mgr.smithi031.sxuhmh (mgr.14182) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg 2023-12-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg 2023-12-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg 2023-12-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi149.lsjqgg ... 2023-12-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:40:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:41: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-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:41: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-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:16.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:16 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:42:15.367163+0000 mgr.smithi031.sxuhmh (mgr.14182) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.orslck on smithi031 2023-12-25T21:42:17.140 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:17.466 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:15.778555+0000 mgr.smithi031.sxuhmh (mgr.14182) 834 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:17.466 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:16.243086+0000 mgr.smithi031.sxuhmh (mgr.14182) 835 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:17.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:15.778555+0000 mgr.smithi031.sxuhmh (mgr.14182) 834 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:17.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:16.243086+0000 mgr.smithi031.sxuhmh (mgr.14182) 835 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:18.459 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:18.459 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:18.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:19.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:18.243499+0000 mgr.smithi031.sxuhmh (mgr.14182) 836 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:19.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:18.455861+0000 mgr.smithi031.sxuhmh (mgr.14182) 837 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:19.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:18.243499+0000 mgr.smithi031.sxuhmh (mgr.14182) 836 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:19.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:18.455861+0000 mgr.smithi031.sxuhmh (mgr.14182) 837 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:19.849 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:21.256 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:21.256 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:21.529 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:21 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:20.244002+0000 mgr.smithi031.sxuhmh (mgr.14182) 838 : 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-25T21:42:21.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:21.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:21 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:20.244002+0000 mgr.smithi031.sxuhmh (mgr.14182) 838 : 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-25T21:42:22.622 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:22.657 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:21.252679+0000 mgr.smithi031.sxuhmh (mgr.14182) 839 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:22.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:21.252679+0000 mgr.smithi031.sxuhmh (mgr.14182) 839 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:23.568 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:22.244539+0000 mgr.smithi031.sxuhmh (mgr.14182) 840 : 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-25T21:42:23.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:22.244539+0000 mgr.smithi031.sxuhmh (mgr.14182) 840 : 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-25T21:42:23.958 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:23.958 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:24.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:25.340 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:25.672 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:23.954576+0000 mgr.smithi031.sxuhmh (mgr.14182) 841 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:25.673 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:24.245077+0000 mgr.smithi031.sxuhmh (mgr.14182) 842 : 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-25T21:42:25.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:23.954576+0000 mgr.smithi031.sxuhmh (mgr.14182) 841 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:25.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:24.245077+0000 mgr.smithi031.sxuhmh (mgr.14182) 842 : 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-25T21:42:26.708 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:26.708 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:27.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:27.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:26.245736+0000 mgr.smithi031.sxuhmh (mgr.14182) 843 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:27.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:26.245736+0000 mgr.smithi031.sxuhmh (mgr.14182) 843 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:28.064 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:28.397 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:26.705195+0000 mgr.smithi031.sxuhmh (mgr.14182) 844 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:28.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:26.705195+0000 mgr.smithi031.sxuhmh (mgr.14182) 844 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:29.419 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:29.419 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:29.583 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:28.246262+0000 mgr.smithi031.sxuhmh (mgr.14182) 845 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:29.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:29.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:28.246262+0000 mgr.smithi031.sxuhmh (mgr.14182) 845 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:30.737 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:30.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:29.416205+0000 mgr.smithi031.sxuhmh (mgr.14182) 846 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:30.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:29.416205+0000 mgr.smithi031.sxuhmh (mgr.14182) 846 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:31.699 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:30.246709+0000 mgr.smithi031.sxuhmh (mgr.14182) 847 : 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-25T21:42:31.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:30.246709+0000 mgr.smithi031.sxuhmh (mgr.14182) 847 : 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-25T21:42:32.062 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:32.063 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:32.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:33.464 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:33.499 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:32.059455+0000 mgr.smithi031.sxuhmh (mgr.14182) 848 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:33.499 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:32.247439+0000 mgr.smithi031.sxuhmh (mgr.14182) 849 : 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-25T21:42:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:32.059455+0000 mgr.smithi031.sxuhmh (mgr.14182) 848 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:32.247439+0000 mgr.smithi031.sxuhmh (mgr.14182) 849 : 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-25T21:42:34.839 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:34.840 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:35.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:35.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:34.247881+0000 mgr.smithi031.sxuhmh (mgr.14182) 850 : 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-25T21:42:35.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:34.247881+0000 mgr.smithi031.sxuhmh (mgr.14182) 850 : 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-25T21:42:36.204 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:36.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:34.836100+0000 mgr.smithi031.sxuhmh (mgr.14182) 851 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:36.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:34.836100+0000 mgr.smithi031.sxuhmh (mgr.14182) 851 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:37.495 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:37.495 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:37.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:36.248374+0000 mgr.smithi031.sxuhmh (mgr.14182) 852 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:37.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:36.248374+0000 mgr.smithi031.sxuhmh (mgr.14182) 852 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:37.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:38.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:37.492418+0000 mgr.smithi031.sxuhmh (mgr.14182) 853 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:38.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:37.492418+0000 mgr.smithi031.sxuhmh (mgr.14182) 853 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:38.862 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:39.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:38.249093+0000 mgr.smithi031.sxuhmh (mgr.14182) 854 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:39.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:38.249093+0000 mgr.smithi031.sxuhmh (mgr.14182) 854 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:40.253 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:40.253 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:40.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:41.629 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:41.663 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:40.249444+0000 mgr.smithi031.sxuhmh (mgr.14182) 855 : 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-25T21:42:41.663 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:40.250068+0000 mgr.smithi031.sxuhmh (mgr.14182) 856 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:41.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:40.249444+0000 mgr.smithi031.sxuhmh (mgr.14182) 855 : 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-25T21:42:41.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:40.250068+0000 mgr.smithi031.sxuhmh (mgr.14182) 856 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:42.926 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:42.927 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:43.224 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:42.250128+0000 mgr.smithi031.sxuhmh (mgr.14182) 857 : 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-25T21:42:43.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:43.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:42.250128+0000 mgr.smithi031.sxuhmh (mgr.14182) 857 : 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-25T21:42:44.311 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:44.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:42.923907+0000 mgr.smithi031.sxuhmh (mgr.14182) 858 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:42.923907+0000 mgr.smithi031.sxuhmh (mgr.14182) 858 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:45.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:44.250549+0000 mgr.smithi031.sxuhmh (mgr.14182) 859 : 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-25T21:42:45.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:44.250549+0000 mgr.smithi031.sxuhmh (mgr.14182) 859 : 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-25T21:42:45.656 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:45.656 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:46.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:47.028 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:47.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:45.652630+0000 mgr.smithi031.sxuhmh (mgr.14182) 860 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:47.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:46.251174+0000 mgr.smithi031.sxuhmh (mgr.14182) 861 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:47.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:45.652630+0000 mgr.smithi031.sxuhmh (mgr.14182) 860 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:47.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:46.251174+0000 mgr.smithi031.sxuhmh (mgr.14182) 861 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:48.394 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:48.394 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:48.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:49.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:48.251594+0000 mgr.smithi031.sxuhmh (mgr.14182) 862 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:49.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:48.390687+0000 mgr.smithi031.sxuhmh (mgr.14182) 863 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:49.769 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:49.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:48.251594+0000 mgr.smithi031.sxuhmh (mgr.14182) 862 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:49.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:48.390687+0000 mgr.smithi031.sxuhmh (mgr.14182) 863 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:51.148 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:51.149 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:51.465 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:50.252021+0000 mgr.smithi031.sxuhmh (mgr.14182) 864 : 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-25T21:42:51.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:51.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:50.252021+0000 mgr.smithi031.sxuhmh (mgr.14182) 864 : 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-25T21:42:52.526 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:52.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:51.145514+0000 mgr.smithi031.sxuhmh (mgr.14182) 865 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:52.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:51.145514+0000 mgr.smithi031.sxuhmh (mgr.14182) 865 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:53.469 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:52.252607+0000 mgr.smithi031.sxuhmh (mgr.14182) 866 : 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-25T21:42:53.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:52.252607+0000 mgr.smithi031.sxuhmh (mgr.14182) 866 : 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-25T21:42:53.843 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:53.843 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:54.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:55.252 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:55.586 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:53.840586+0000 mgr.smithi031.sxuhmh (mgr.14182) 867 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:55.586 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:54.253022+0000 mgr.smithi031.sxuhmh (mgr.14182) 868 : 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-25T21:42:55.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:53.840586+0000 mgr.smithi031.sxuhmh (mgr.14182) 867 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:55.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:54.253022+0000 mgr.smithi031.sxuhmh (mgr.14182) 868 : 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-25T21:42:56.600 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:56.600 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:57.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:57.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:56.253491+0000 mgr.smithi031.sxuhmh (mgr.14182) 869 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:57.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:56.596935+0000 mgr.smithi031.sxuhmh (mgr.14182) 870 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:57.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:56.253491+0000 mgr.smithi031.sxuhmh (mgr.14182) 869 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:57.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:56.596935+0000 mgr.smithi031.sxuhmh (mgr.14182) 870 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:58.001 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:59.417 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:42:59.418 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:59.706 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:42:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:42:58.254000+0000 mgr.smithi031.sxuhmh (mgr.14182) 871 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:59.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:59.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:42:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:42:58.254000+0000 mgr.smithi031.sxuhmh (mgr.14182) 871 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:00.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:42:59.414171+0000 mgr.smithi031.sxuhmh (mgr.14182) 872 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:00.784 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:00.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:42:59.414171+0000 mgr.smithi031.sxuhmh (mgr.14182) 872 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:01.419 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:00.254454+0000 mgr.smithi031.sxuhmh (mgr.14182) 873 : 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-25T21:43:01.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:00.254454+0000 mgr.smithi031.sxuhmh (mgr.14182) 873 : 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-25T21:43:02.099 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:02.099 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:02.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:03.500 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:03.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:02.096047+0000 mgr.smithi031.sxuhmh (mgr.14182) 874 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:03.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:02.254952+0000 mgr.smithi031.sxuhmh (mgr.14182) 875 : 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-25T21:43:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:02.096047+0000 mgr.smithi031.sxuhmh (mgr.14182) 874 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:02.254952+0000 mgr.smithi031.sxuhmh (mgr.14182) 875 : 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-25T21:43:04.877 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:04.877 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:05.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:05.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:04.255306+0000 mgr.smithi031.sxuhmh (mgr.14182) 876 : 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-25T21:43:05.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:05 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:04.255306+0000 mgr.smithi031.sxuhmh (mgr.14182) 876 : 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-25T21:43:06.266 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:06.592 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:04.873941+0000 mgr.smithi031.sxuhmh (mgr.14182) 877 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:06.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:04.873941+0000 mgr.smithi031.sxuhmh (mgr.14182) 877 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:07.622 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:07.622 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:07.648 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:06.256135+0000 mgr.smithi031.sxuhmh (mgr.14182) 878 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:07.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:06.256135+0000 mgr.smithi031.sxuhmh (mgr.14182) 878 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:07.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:08.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:08 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:07.618640+0000 mgr.smithi031.sxuhmh (mgr.14182) 879 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:08.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:08 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:07.618640+0000 mgr.smithi031.sxuhmh (mgr.14182) 879 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:08.991 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:09.634 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:08.256614+0000 mgr.smithi031.sxuhmh (mgr.14182) 880 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:09.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:08.256614+0000 mgr.smithi031.sxuhmh (mgr.14182) 880 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:10.295 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:10.295 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:10.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:11.664 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:11.699 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:10.257001+0000 mgr.smithi031.sxuhmh (mgr.14182) 881 : 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-25T21:43:11.700 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:10.292180+0000 mgr.smithi031.sxuhmh (mgr.14182) 882 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:11.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:10.257001+0000 mgr.smithi031.sxuhmh (mgr.14182) 881 : 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-25T21:43:11.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:10.292180+0000 mgr.smithi031.sxuhmh (mgr.14182) 882 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:13.088 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:13.088 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:13.411 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:12.257466+0000 mgr.smithi031.sxuhmh (mgr.14182) 883 : 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-25T21:43:13.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:13.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:12.257466+0000 mgr.smithi031.sxuhmh (mgr.14182) 883 : 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-25T21:43:14.473 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:14.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:13.085376+0000 mgr.smithi031.sxuhmh (mgr.14182) 884 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:14.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:13.085376+0000 mgr.smithi031.sxuhmh (mgr.14182) 884 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:15.467 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:14.257894+0000 mgr.smithi031.sxuhmh (mgr.14182) 885 : 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-25T21:43:15.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:14.257894+0000 mgr.smithi031.sxuhmh (mgr.14182) 885 : 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-25T21:43:15.837 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:15.837 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:16.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:17.222 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:17.557 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:15.833623+0000 mgr.smithi031.sxuhmh (mgr.14182) 886 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:17.557 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:16.258382+0000 mgr.smithi031.sxuhmh (mgr.14182) 887 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:17.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:15.833623+0000 mgr.smithi031.sxuhmh (mgr.14182) 886 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:17.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:16.258382+0000 mgr.smithi031.sxuhmh (mgr.14182) 887 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:18.564 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:18.564 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:18.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:19.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:18.259010+0000 mgr.smithi031.sxuhmh (mgr.14182) 888 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:19.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:18.560854+0000 mgr.smithi031.sxuhmh (mgr.14182) 889 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:19.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:18.259010+0000 mgr.smithi031.sxuhmh (mgr.14182) 888 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:19.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:18.560854+0000 mgr.smithi031.sxuhmh (mgr.14182) 889 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:19.962 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:21.378 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:21.378 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:21.660 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:21 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:20.259431+0000 mgr.smithi031.sxuhmh (mgr.14182) 890 : 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-25T21:43:21.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:21.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:21 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:20.259431+0000 mgr.smithi031.sxuhmh (mgr.14182) 890 : 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-25T21:43:22.747 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:22.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:21.374588+0000 mgr.smithi031.sxuhmh (mgr.14182) 891 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:22.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:21.374588+0000 mgr.smithi031.sxuhmh (mgr.14182) 891 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:23.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:22.259973+0000 mgr.smithi031.sxuhmh (mgr.14182) 892 : 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-25T21:43:23.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:22.259973+0000 mgr.smithi031.sxuhmh (mgr.14182) 892 : 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-25T21:43:24.104 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:24.104 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:24.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:25.522 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:25.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:24.101028+0000 mgr.smithi031.sxuhmh (mgr.14182) 893 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:25.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:24.260373+0000 mgr.smithi031.sxuhmh (mgr.14182) 894 : 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-25T21:43:25.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:24.101028+0000 mgr.smithi031.sxuhmh (mgr.14182) 893 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:25.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:24.260373+0000 mgr.smithi031.sxuhmh (mgr.14182) 894 : 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-25T21:43:26.818 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:27.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:27.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:26.261010+0000 mgr.smithi031.sxuhmh (mgr.14182) 895 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:27.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:26.261010+0000 mgr.smithi031.sxuhmh (mgr.14182) 895 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:28.196 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:28.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:26.814392+0000 mgr.smithi031.sxuhmh (mgr.14182) 896 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:28.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:26.814392+0000 mgr.smithi031.sxuhmh (mgr.14182) 896 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:29.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:28.261466+0000 mgr.smithi031.sxuhmh (mgr.14182) 897 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:29.540 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:29.540 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:29.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:28.261466+0000 mgr.smithi031.sxuhmh (mgr.14182) 897 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:29.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:30.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:29.537235+0000 mgr.smithi031.sxuhmh (mgr.14182) 898 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:30.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:29.537235+0000 mgr.smithi031.sxuhmh (mgr.14182) 898 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:30.910 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:31.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:30.262081+0000 mgr.smithi031.sxuhmh (mgr.14182) 899 : 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-25T21:43:31.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:30.262081+0000 mgr.smithi031.sxuhmh (mgr.14182) 899 : 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-25T21:43:32.289 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:32.289 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:32.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:33.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:32.262555+0000 mgr.smithi031.sxuhmh (mgr.14182) 900 : 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-25T21:43:33.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:32.284627+0000 mgr.smithi031.sxuhmh (mgr.14182) 901 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:32.262555+0000 mgr.smithi031.sxuhmh (mgr.14182) 900 : 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-25T21:43:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:32.284627+0000 mgr.smithi031.sxuhmh (mgr.14182) 901 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:33.645 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:34.928 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:34.928 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:35.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:35.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:34.263145+0000 mgr.smithi031.sxuhmh (mgr.14182) 902 : 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-25T21:43:35.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:34.263145+0000 mgr.smithi031.sxuhmh (mgr.14182) 902 : 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-25T21:43:36.303 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:36.636 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:34.925154+0000 mgr.smithi031.sxuhmh (mgr.14182) 903 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:36.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:34.925154+0000 mgr.smithi031.sxuhmh (mgr.14182) 903 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:37.625 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:37.625 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:37.650 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:36.263793+0000 mgr.smithi031.sxuhmh (mgr.14182) 904 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:37.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:36.263793+0000 mgr.smithi031.sxuhmh (mgr.14182) 904 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:38.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:38.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:38 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:37.622131+0000 mgr.smithi031.sxuhmh (mgr.14182) 905 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:38.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:38 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:37.622131+0000 mgr.smithi031.sxuhmh (mgr.14182) 905 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:39.003 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:39.654 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:38.264290+0000 mgr.smithi031.sxuhmh (mgr.14182) 906 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:39.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:38.264290+0000 mgr.smithi031.sxuhmh (mgr.14182) 906 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:40.346 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:40.347 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:40.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:41.735 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:41.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:40.264752+0000 mgr.smithi031.sxuhmh (mgr.14182) 907 : 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-25T21:43:41.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:40.343180+0000 mgr.smithi031.sxuhmh (mgr.14182) 908 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:41.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:40.264752+0000 mgr.smithi031.sxuhmh (mgr.14182) 907 : 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-25T21:43:41.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:40.343180+0000 mgr.smithi031.sxuhmh (mgr.14182) 908 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:43.105 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:43.105 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:43.398 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:42.265235+0000 mgr.smithi031.sxuhmh (mgr.14182) 909 : 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-25T21:43:43.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:43.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:42.265235+0000 mgr.smithi031.sxuhmh (mgr.14182) 909 : 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-25T21:43:44.472 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:43.102070+0000 mgr.smithi031.sxuhmh (mgr.14182) 910 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:44.494 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:43.102070+0000 mgr.smithi031.sxuhmh (mgr.14182) 910 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:45.495 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:44.265637+0000 mgr.smithi031.sxuhmh (mgr.14182) 911 : 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-25T21:43:45.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:44.265637+0000 mgr.smithi031.sxuhmh (mgr.14182) 911 : 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-25T21:43:45.877 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:45.877 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:46.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:47.252 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:47.592 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:45.873751+0000 mgr.smithi031.sxuhmh (mgr.14182) 912 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:47.592 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:46.266263+0000 mgr.smithi031.sxuhmh (mgr.14182) 913 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:47.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:45.873751+0000 mgr.smithi031.sxuhmh (mgr.14182) 912 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:47.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:46.266263+0000 mgr.smithi031.sxuhmh (mgr.14182) 913 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:48.566 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:48.566 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:48.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:49.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:48.266839+0000 mgr.smithi031.sxuhmh (mgr.14182) 914 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:49.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:48.563326+0000 mgr.smithi031.sxuhmh (mgr.14182) 915 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:49.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:48.266839+0000 mgr.smithi031.sxuhmh (mgr.14182) 914 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:49.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:48.563326+0000 mgr.smithi031.sxuhmh (mgr.14182) 915 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:49.934 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:51.284 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:51.284 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:51.665 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:50.267198+0000 mgr.smithi031.sxuhmh (mgr.14182) 916 : 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-25T21:43:51.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:51.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:50.267198+0000 mgr.smithi031.sxuhmh (mgr.14182) 916 : 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-25T21:43:52.667 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:52.701 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:51.280961+0000 mgr.smithi031.sxuhmh (mgr.14182) 917 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:52.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:51.280961+0000 mgr.smithi031.sxuhmh (mgr.14182) 917 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:53.685 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:52.267694+0000 mgr.smithi031.sxuhmh (mgr.14182) 918 : 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-25T21:43:53.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:52.267694+0000 mgr.smithi031.sxuhmh (mgr.14182) 918 : 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-25T21:43:54.086 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:54.086 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:54.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:55.405 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:55.724 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:54.083000+0000 mgr.smithi031.sxuhmh (mgr.14182) 919 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:55.725 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:54.268090+0000 mgr.smithi031.sxuhmh (mgr.14182) 920 : 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-25T21:43:55.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:54.083000+0000 mgr.smithi031.sxuhmh (mgr.14182) 919 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:55.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:54.268090+0000 mgr.smithi031.sxuhmh (mgr.14182) 920 : 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-25T21:43:56.737 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:56.738 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:57.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:57.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:56.268555+0000 mgr.smithi031.sxuhmh (mgr.14182) 921 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:57.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:56.268555+0000 mgr.smithi031.sxuhmh (mgr.14182) 921 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:58.107 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:58.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:56.734554+0000 mgr.smithi031.sxuhmh (mgr.14182) 922 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:58.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:56.734554+0000 mgr.smithi031.sxuhmh (mgr.14182) 922 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:59.459 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:43:59.459 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:59.650 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:43:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:43:58.269006+0000 mgr.smithi031.sxuhmh (mgr.14182) 923 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:59.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:43:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:43:58.269006+0000 mgr.smithi031.sxuhmh (mgr.14182) 923 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:59.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:00.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:00 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:43:59.456261+0000 mgr.smithi031.sxuhmh (mgr.14182) 924 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:00.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:00 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:43:59.456261+0000 mgr.smithi031.sxuhmh (mgr.14182) 924 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:00.830 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:01.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:00.269500+0000 mgr.smithi031.sxuhmh (mgr.14182) 925 : 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-25T21:44:01.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:00.269500+0000 mgr.smithi031.sxuhmh (mgr.14182) 925 : 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-25T21:44:02.204 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:02.204 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:02.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:03.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:02.200627+0000 mgr.smithi031.sxuhmh (mgr.14182) 926 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:03.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:02.270097+0000 mgr.smithi031.sxuhmh (mgr.14182) 927 : 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-25T21:44:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:02.200627+0000 mgr.smithi031.sxuhmh (mgr.14182) 926 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:02.270097+0000 mgr.smithi031.sxuhmh (mgr.14182) 927 : 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-25T21:44:03.591 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:04.944 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:04.945 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:05.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:05.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:04.270439+0000 mgr.smithi031.sxuhmh (mgr.14182) 928 : 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-25T21:44:05.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:05 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:04.270439+0000 mgr.smithi031.sxuhmh (mgr.14182) 928 : 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-25T21:44:06.315 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:06.735 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:04.941461+0000 mgr.smithi031.sxuhmh (mgr.14182) 929 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:06.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:04.941461+0000 mgr.smithi031.sxuhmh (mgr.14182) 929 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:07.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:06.271143+0000 mgr.smithi031.sxuhmh (mgr.14182) 930 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:07.774 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:07.774 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:07.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:06.271143+0000 mgr.smithi031.sxuhmh (mgr.14182) 930 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:08.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:09.148 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:09.498 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:07.770758+0000 mgr.smithi031.sxuhmh (mgr.14182) 931 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:09.498 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:08.271843+0000 mgr.smithi031.sxuhmh (mgr.14182) 932 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:09.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:07.770758+0000 mgr.smithi031.sxuhmh (mgr.14182) 931 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:09.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:08.271843+0000 mgr.smithi031.sxuhmh (mgr.14182) 932 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:10.479 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:10.480 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:10.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:11.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:10.272199+0000 mgr.smithi031.sxuhmh (mgr.14182) 933 : 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-25T21:44:11.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:10.476407+0000 mgr.smithi031.sxuhmh (mgr.14182) 934 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:11.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:10.272199+0000 mgr.smithi031.sxuhmh (mgr.14182) 933 : 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-25T21:44:11.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:10.476407+0000 mgr.smithi031.sxuhmh (mgr.14182) 934 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:11.838 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:13.176 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:13.176 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:13.460 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:12.272870+0000 mgr.smithi031.sxuhmh (mgr.14182) 935 : 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-25T21:44:13.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:12.272870+0000 mgr.smithi031.sxuhmh (mgr.14182) 935 : 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-25T21:44:13.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:14.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:13.172460+0000 mgr.smithi031.sxuhmh (mgr.14182) 936 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:14.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:13.172460+0000 mgr.smithi031.sxuhmh (mgr.14182) 936 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:14.554 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:15.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:14.273410+0000 mgr.smithi031.sxuhmh (mgr.14182) 937 : 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-25T21:44:15.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:14.273410+0000 mgr.smithi031.sxuhmh (mgr.14182) 937 : 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-25T21:44:15.885 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:15.885 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:16.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:17.254 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:17.596 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:15.882000+0000 mgr.smithi031.sxuhmh (mgr.14182) 938 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:17.596 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:16.274022+0000 mgr.smithi031.sxuhmh (mgr.14182) 939 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:17.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:15.882000+0000 mgr.smithi031.sxuhmh (mgr.14182) 938 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:17.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:16.274022+0000 mgr.smithi031.sxuhmh (mgr.14182) 939 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:18.618 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:18.618 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:18.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:19.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:18.274445+0000 mgr.smithi031.sxuhmh (mgr.14182) 940 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:19.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:18.615084+0000 mgr.smithi031.sxuhmh (mgr.14182) 941 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:19.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:18.274445+0000 mgr.smithi031.sxuhmh (mgr.14182) 940 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:19.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:18.615084+0000 mgr.smithi031.sxuhmh (mgr.14182) 941 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:19.986 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:21.391 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:21.391 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:21.605 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:21 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:20.275105+0000 mgr.smithi031.sxuhmh (mgr.14182) 942 : 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-25T21:44:21.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:21 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:20.275105+0000 mgr.smithi031.sxuhmh (mgr.14182) 942 : 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-25T21:44:21.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:22.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:22 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:21.386587+0000 mgr.smithi031.sxuhmh (mgr.14182) 943 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:22.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:22 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:21.386587+0000 mgr.smithi031.sxuhmh (mgr.14182) 943 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:22.801 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:23.430 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:22.275650+0000 mgr.smithi031.sxuhmh (mgr.14182) 944 : 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-25T21:44:23.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:22.275650+0000 mgr.smithi031.sxuhmh (mgr.14182) 944 : 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-25T21:44:24.102 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:24.102 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:24.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:25.470 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:25.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:24.099444+0000 mgr.smithi031.sxuhmh (mgr.14182) 945 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:25.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:24.276130+0000 mgr.smithi031.sxuhmh (mgr.14182) 946 : 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-25T21:44:25.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:24.099444+0000 mgr.smithi031.sxuhmh (mgr.14182) 945 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:25.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:24.276130+0000 mgr.smithi031.sxuhmh (mgr.14182) 946 : 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-25T21:44:26.810 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:27.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:27.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:26.276573+0000 mgr.smithi031.sxuhmh (mgr.14182) 947 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:27.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:26.276573+0000 mgr.smithi031.sxuhmh (mgr.14182) 947 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:28.197 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:28.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:26.806936+0000 mgr.smithi031.sxuhmh (mgr.14182) 948 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:28.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:26.806936+0000 mgr.smithi031.sxuhmh (mgr.14182) 948 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:29.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:28.277049+0000 mgr.smithi031.sxuhmh (mgr.14182) 949 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:29.559 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:29.559 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:29.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:28.277049+0000 mgr.smithi031.sxuhmh (mgr.14182) 949 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:29.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:30.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:30 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:29.556111+0000 mgr.smithi031.sxuhmh (mgr.14182) 950 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:30.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:30 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:29.556111+0000 mgr.smithi031.sxuhmh (mgr.14182) 950 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:30.937 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:31.595 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:30.277522+0000 mgr.smithi031.sxuhmh (mgr.14182) 951 : 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-25T21:44:31.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:30.277522+0000 mgr.smithi031.sxuhmh (mgr.14182) 951 : 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-25T21:44:32.290 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:32.290 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:32.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:33.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:32.278011+0000 mgr.smithi031.sxuhmh (mgr.14182) 952 : 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-25T21:44:33.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:32.286801+0000 mgr.smithi031.sxuhmh (mgr.14182) 953 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:32.278011+0000 mgr.smithi031.sxuhmh (mgr.14182) 952 : 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-25T21:44:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:32.286801+0000 mgr.smithi031.sxuhmh (mgr.14182) 953 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:33.651 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:34.950 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:34.951 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:35.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:35.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:34.278491+0000 mgr.smithi031.sxuhmh (mgr.14182) 954 : 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-25T21:44:35.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:34.278491+0000 mgr.smithi031.sxuhmh (mgr.14182) 954 : 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-25T21:44:36.343 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:36.683 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:34.947275+0000 mgr.smithi031.sxuhmh (mgr.14182) 955 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:36.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:34.947275+0000 mgr.smithi031.sxuhmh (mgr.14182) 955 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:37.742 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:37.742 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:37.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:36.279251+0000 mgr.smithi031.sxuhmh (mgr.14182) 956 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:37.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:36.279251+0000 mgr.smithi031.sxuhmh (mgr.14182) 956 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:38.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:39.101 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:39.434 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:37.739497+0000 mgr.smithi031.sxuhmh (mgr.14182) 957 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:39.434 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:38.279866+0000 mgr.smithi031.sxuhmh (mgr.14182) 958 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:39.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:37.739497+0000 mgr.smithi031.sxuhmh (mgr.14182) 957 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:39.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:38.279866+0000 mgr.smithi031.sxuhmh (mgr.14182) 958 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:40.448 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:40.448 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:40.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:41.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:40.280203+0000 mgr.smithi031.sxuhmh (mgr.14182) 959 : 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-25T21:44:41.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:40.445384+0000 mgr.smithi031.sxuhmh (mgr.14182) 960 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:41.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:40.280203+0000 mgr.smithi031.sxuhmh (mgr.14182) 959 : 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-25T21:44:41.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:40.445384+0000 mgr.smithi031.sxuhmh (mgr.14182) 960 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:41.875 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:43.264 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:43.264 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:12.568713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.plqtgl on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-plqtgl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.plqtgl\nDeploy daemon haproxy.nfs.foo.smithi149.plqtgl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:35: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-25T21:35: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-25T21:36: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.004384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.uhxfjp on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-uhxfjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.uhxfjp\nDeploy daemon haproxy.nfs.foo.smithi031.uhxfjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:37: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-25T21:38:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:39: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:42.005689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.gtoeaw on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:43.485 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:42.280809+0000 mgr.smithi031.sxuhmh (mgr.14182) 961 : 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-25T21:44:43.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:42.280809+0000 mgr.smithi031.sxuhmh (mgr.14182) 961 : 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-25T21:44:43.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:44.472 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:43.260249+0000 mgr.smithi031.sxuhmh (mgr.14182) 962 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:44.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:43.260249+0000 mgr.smithi031.sxuhmh (mgr.14182) 962 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:44.678 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:45.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:44.281194+0000 mgr.smithi031.sxuhmh (mgr.14182) 963 : 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-25T21:44:45.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:44:44.554685+0000 mgr.smithi031.sxuhmh (mgr.14182) 964 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck 2023-12-25T21:44:45.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck 2023-12-25T21:44:45.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi031.orslck ... 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:42:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:43:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:44:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Traceback (most recent call last): 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: yield (conn, connr) 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: code, '\n'.join(err))) 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck 2023-12-25T21:44:45.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi031.orslck ... 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:42:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:43:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:44:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:44:44.555004+0000 mgr.smithi031.sxuhmh (mgr.14182) 965 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:44.555369+0000 mon.smithi031 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.orslck"}]: dispatch 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:44:44.556076+0000 mgr.smithi031.sxuhmh (mgr.14182) 966 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck 2023-12-25T21:44:45.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck 2023-12-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi031.orslck ... 2023-12-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:42:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:43:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:44:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:44:44.557465+0000 mgr.smithi031.sxuhmh (mgr.14182) 967 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:44:44.558578+0000 mgr.smithi031.sxuhmh (mgr.14182) 968 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:44:45.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:44.559236+0000 mgr.smithi031.sxuhmh (mgr.14182) 969 : cluster [DBG] pgmap v563: 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-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:44.281194+0000 mgr.smithi031.sxuhmh (mgr.14182) 963 : 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-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:44:44.554685+0000 mgr.smithi031.sxuhmh (mgr.14182) 964 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck 2023-12-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck 2023-12-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi031.orslck ... 2023-12-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:42:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:43:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:44:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Traceback (most recent call last): 2023-12-25T21:44:45.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: yield (conn, connr) 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: code, '\n'.join(err))) 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi031.orslck ... 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:42:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:43:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:44:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:44:45.545 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:44:44.555004+0000 mgr.smithi031.sxuhmh (mgr.14182) 965 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:44.555369+0000 mon.smithi031 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.orslck"}]: dispatch 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:44:44.556076+0000 mgr.smithi031.sxuhmh (mgr.14182) 966 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi031.orslck ... 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:42:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:43:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:44:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:45.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:44:44.557465+0000 mgr.smithi031.sxuhmh (mgr.14182) 967 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:44:45.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:44:44.558578+0000 mgr.smithi031.sxuhmh (mgr.14182) 968 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:44:45.547 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:44.559236+0000 mgr.smithi031.sxuhmh (mgr.14182) 969 : cluster [DBG] pgmap v563: 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-25T21:44:46.049 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:46.049 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:46.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:45.156636+0000 mon.smithi031 (mon.0) 683 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:44:46.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:46.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:45.156636+0000 mon.smithi031 (mon.0) 683 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:44:47.423 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:47.457 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:46.046545+0000 mgr.smithi031.sxuhmh (mgr.14182) 970 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:47.457 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:46.559906+0000 mgr.smithi031.sxuhmh (mgr.14182) 971 : cluster [DBG] pgmap v564: 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-25T21:44:47.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:46.046545+0000 mgr.smithi031.sxuhmh (mgr.14182) 970 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:47.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:46.559906+0000 mgr.smithi031.sxuhmh (mgr.14182) 971 : cluster [DBG] pgmap v564: 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-25T21:44:48.806 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:48.806 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:49.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:50.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:48.560478+0000 mgr.smithi031.sxuhmh (mgr.14182) 972 : cluster [DBG] pgmap v565: 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-25T21:44:50.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:49.468783+0000 mon.smithi031 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:44:50.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:48.560478+0000 mgr.smithi031.sxuhmh (mgr.14182) 972 : cluster [DBG] pgmap v565: 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-25T21:44:50.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:49.468783+0000 mon.smithi031 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:44:50.174 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:50.859 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:48.802940+0000 mgr.smithi031.sxuhmh (mgr.14182) 973 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:51.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:48.802940+0000 mgr.smithi031.sxuhmh (mgr.14182) 973 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:51.551 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:51.551 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:51.929 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:50.561029+0000 mgr.smithi031.sxuhmh (mgr.14182) 974 : cluster [DBG] pgmap v566: 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-25T21:44:51.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:52.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:50.561029+0000 mgr.smithi031.sxuhmh (mgr.14182) 974 : cluster [DBG] pgmap v566: 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-25T21:44:52.931 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:52.964 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:52 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:51.548089+0000 mgr.smithi031.sxuhmh (mgr.14182) 975 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:53.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:52 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:51.548089+0000 mgr.smithi031.sxuhmh (mgr.14182) 975 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:53.859 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:52.561790+0000 mgr.smithi031.sxuhmh (mgr.14182) 976 : cluster [DBG] pgmap v567: 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-25T21:44:54.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:52.561790+0000 mgr.smithi031.sxuhmh (mgr.14182) 976 : cluster [DBG] pgmap v567: 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-25T21:44:54.248 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:54.248 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:54.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:55.614 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:55.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:54.244955+0000 mgr.smithi031.sxuhmh (mgr.14182) 977 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:55.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:54.562292+0000 mgr.smithi031.sxuhmh (mgr.14182) 978 : cluster [DBG] pgmap v568: 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-25T21:44:56.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:54.244955+0000 mgr.smithi031.sxuhmh (mgr.14182) 977 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:56.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:54.562292+0000 mgr.smithi031.sxuhmh (mgr.14182) 978 : cluster [DBG] pgmap v568: 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-25T21:44:57.008 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:57.008 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:57.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:57.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:56.562895+0000 mgr.smithi031.sxuhmh (mgr.14182) 979 : 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-25T21:44:58.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:56.562895+0000 mgr.smithi031.sxuhmh (mgr.14182) 979 : 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-25T21:44:58.389 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:58.731 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:57.004943+0000 mgr.smithi031.sxuhmh (mgr.14182) 980 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:59.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:57.004943+0000 mgr.smithi031.sxuhmh (mgr.14182) 980 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:59.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:44:58.563434+0000 mgr.smithi031.sxuhmh (mgr.14182) 981 : 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-25T21:44:59.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:44:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:59.192362+0000 mon.smithi031 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:44:59.766 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:44:59.766 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:00.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:44:58.563434+0000 mgr.smithi031.sxuhmh (mgr.14182) 981 : 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-25T21:45:00.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:44:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:59.192362+0000 mon.smithi031 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:45:00.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:01.146 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:01.832 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:44:59.762684+0000 mgr.smithi031.sxuhmh (mgr.14182) 982 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:01.832 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:00.564051+0000 mgr.smithi031.sxuhmh (mgr.14182) 983 : 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-25T21:45:02.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:44:59.762684+0000 mgr.smithi031.sxuhmh (mgr.14182) 982 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:02.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:00.564051+0000 mgr.smithi031.sxuhmh (mgr.14182) 983 : 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-25T21:45:02.524 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:02.525 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:02.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:03.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:02.521530+0000 mgr.smithi031.sxuhmh (mgr.14182) 984 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:03.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:02.564651+0000 mgr.smithi031.sxuhmh (mgr.14182) 985 : 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-25T21:45:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:02.521530+0000 mgr.smithi031.sxuhmh (mgr.14182) 984 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:02.564651+0000 mgr.smithi031.sxuhmh (mgr.14182) 985 : 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-25T21:45:03.914 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:05.253 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:05.253 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:05.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:06.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:04.565307+0000 mgr.smithi031.sxuhmh (mgr.14182) 986 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:06.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:05 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:04.565307+0000 mgr.smithi031.sxuhmh (mgr.14182) 986 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:06.655 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:06.995 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:06 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:05.249818+0000 mgr.smithi031.sxuhmh (mgr.14182) 987 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:07.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:06 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:05.249818+0000 mgr.smithi031.sxuhmh (mgr.14182) 987 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:08.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:06.566139+0000 mgr.smithi031.sxuhmh (mgr.14182) 988 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:08.002 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:08.002 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:08.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:06.566139+0000 mgr.smithi031.sxuhmh (mgr.14182) 988 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:08.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:09.370 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:09.696 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:07.999031+0000 mgr.smithi031.sxuhmh (mgr.14182) 989 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:09.696 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:08.566736+0000 mgr.smithi031.sxuhmh (mgr.14182) 990 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:10.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:07.999031+0000 mgr.smithi031.sxuhmh (mgr.14182) 989 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:10.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:08.566736+0000 mgr.smithi031.sxuhmh (mgr.14182) 990 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:10.717 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:10.717 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:11.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:12.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:10.567267+0000 mgr.smithi031.sxuhmh (mgr.14182) 991 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:12.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:10.567267+0000 mgr.smithi031.sxuhmh (mgr.14182) 991 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:12.085 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:12.705 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:10.713728+0000 mgr.smithi031.sxuhmh (mgr.14182) 992 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:13.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:10.713728+0000 mgr.smithi031.sxuhmh (mgr.14182) 992 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:13.428 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:13.428 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:13.700 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:12.568149+0000 mgr.smithi031.sxuhmh (mgr.14182) 993 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:13.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:14.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:12.568149+0000 mgr.smithi031.sxuhmh (mgr.14182) 993 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:14.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:14 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:13.425468+0000 mgr.smithi031.sxuhmh (mgr.14182) 994 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:14.811 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:15.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:14 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:13.425468+0000 mgr.smithi031.sxuhmh (mgr.14182) 994 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:15.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:14.568711+0000 mgr.smithi031.sxuhmh (mgr.14182) 995 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:16.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:14.568711+0000 mgr.smithi031.sxuhmh (mgr.14182) 995 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:16.165 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:16.166 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:16.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:17.573 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:17.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:16.162560+0000 mgr.smithi031.sxuhmh (mgr.14182) 996 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:17.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:16.569536+0000 mgr.smithi031.sxuhmh (mgr.14182) 997 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:18.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:16.162560+0000 mgr.smithi031.sxuhmh (mgr.14182) 996 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:18.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:16.569536+0000 mgr.smithi031.sxuhmh (mgr.14182) 997 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:19.017 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:19.017 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:19.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:20.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:18.570147+0000 mgr.smithi031.sxuhmh (mgr.14182) 998 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:20.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:18.570147+0000 mgr.smithi031.sxuhmh (mgr.14182) 998 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:20.384 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:20.727 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:19.014758+0000 mgr.smithi031.sxuhmh (mgr.14182) 999 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:21.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:19.014758+0000 mgr.smithi031.sxuhmh (mgr.14182) 999 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:21.792 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:21.792 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:21.946 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:21 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:20.570671+0000 mgr.smithi031.sxuhmh (mgr.14182) 1000 : 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-25T21:45:22.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:21 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:20.570671+0000 mgr.smithi031.sxuhmh (mgr.14182) 1000 : 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-25T21:45:22.142 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:23.143 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:23.476 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:21.788088+0000 mgr.smithi031.sxuhmh (mgr.14182) 1001 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:23.477 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:22.571296+0000 mgr.smithi031.sxuhmh (mgr.14182) 1002 : 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-25T21:45:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:21.788088+0000 mgr.smithi031.sxuhmh (mgr.14182) 1001 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:22.571296+0000 mgr.smithi031.sxuhmh (mgr.14182) 1002 : 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-25T21:45:24.475 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:24.475 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:24.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:25.844 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:25.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:24.472126+0000 mgr.smithi031.sxuhmh (mgr.14182) 1003 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:25.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:24.571877+0000 mgr.smithi031.sxuhmh (mgr.14182) 1004 : 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-25T21:45:26.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:24.472126+0000 mgr.smithi031.sxuhmh (mgr.14182) 1003 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:26.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:24.571877+0000 mgr.smithi031.sxuhmh (mgr.14182) 1004 : 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-25T21:45:27.200 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:27.201 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:27.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:27.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:26.572652+0000 mgr.smithi031.sxuhmh (mgr.14182) 1005 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:28.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:26.572652+0000 mgr.smithi031.sxuhmh (mgr.14182) 1005 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:28.540 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:28.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:28 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:27.197302+0000 mgr.smithi031.sxuhmh (mgr.14182) 1006 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:29.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:28 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:27.197302+0000 mgr.smithi031.sxuhmh (mgr.14182) 1006 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:29.919 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:29.920 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:29.940 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:28.573276+0000 mgr.smithi031.sxuhmh (mgr.14182) 1007 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:30.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:28.573276+0000 mgr.smithi031.sxuhmh (mgr.14182) 1007 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:30.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:31.294 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:31.927 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:29.916804+0000 mgr.smithi031.sxuhmh (mgr.14182) 1008 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:31.927 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:30.573866+0000 mgr.smithi031.sxuhmh (mgr.14182) 1009 : 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-25T21:45:32.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:29.916804+0000 mgr.smithi031.sxuhmh (mgr.14182) 1008 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:32.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:30.573866+0000 mgr.smithi031.sxuhmh (mgr.14182) 1009 : 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-25T21:45:32.665 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:32.666 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:33.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:33.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:32.574492+0000 mgr.smithi031.sxuhmh (mgr.14182) 1010 : 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-25T21:45:33.251 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:32.662222+0000 mgr.smithi031.sxuhmh (mgr.14182) 1011 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:32.574492+0000 mgr.smithi031.sxuhmh (mgr.14182) 1010 : 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-25T21:45:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:32.662222+0000 mgr.smithi031.sxuhmh (mgr.14182) 1011 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:34.050 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:35.365 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:35.365 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:35.688 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:34.575044+0000 mgr.smithi031.sxuhmh (mgr.14182) 1012 : 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-25T21:45:35.741 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:36.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:34.575044+0000 mgr.smithi031.sxuhmh (mgr.14182) 1012 : 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-25T21:45:36.743 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:37.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:36 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:35.362243+0000 mgr.smithi031.sxuhmh (mgr.14182) 1013 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:37.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:36 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:35.362243+0000 mgr.smithi031.sxuhmh (mgr.14182) 1013 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:37.718 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:36.575731+0000 mgr.smithi031.sxuhmh (mgr.14182) 1014 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:38.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:36.575731+0000 mgr.smithi031.sxuhmh (mgr.14182) 1014 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:38.094 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:38.094 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:38.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:39.465 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:39.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:38.091514+0000 mgr.smithi031.sxuhmh (mgr.14182) 1015 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:39.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:38.576384+0000 mgr.smithi031.sxuhmh (mgr.14182) 1016 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:40.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:38.091514+0000 mgr.smithi031.sxuhmh (mgr.14182) 1015 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:40.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:38.576384+0000 mgr.smithi031.sxuhmh (mgr.14182) 1016 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:40.837 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:40.837 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:41.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:42.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:40.576960+0000 mgr.smithi031.sxuhmh (mgr.14182) 1017 : 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-25T21:45:42.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:40.576960+0000 mgr.smithi031.sxuhmh (mgr.14182) 1017 : 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-25T21:45:42.207 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:42.858 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:40.834574+0000 mgr.smithi031.sxuhmh (mgr.14182) 1018 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:43.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:40.834574+0000 mgr.smithi031.sxuhmh (mgr.14182) 1018 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:43.554 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:43.554 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:43.528526Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:43.529159Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:43.528679Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:43.528758Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:43.528828Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:43.528893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:43.845 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:42.577566+0000 mgr.smithi031.sxuhmh (mgr.14182) 1019 : 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-25T21:45:43.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:44.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:42.577566+0000 mgr.smithi031.sxuhmh (mgr.14182) 1019 : 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-25T21:45:44.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:43.550993+0000 mgr.smithi031.sxuhmh (mgr.14182) 1020 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:44.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:44 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:44.561629+0000 mon.smithi031 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:45:44.930 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:44.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:43.550993+0000 mgr.smithi031.sxuhmh (mgr.14182) 1020 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:44.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:44 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:44.561629+0000 mon.smithi031 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:45:45.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:44.578082+0000 mgr.smithi031.sxuhmh (mgr.14182) 1021 : 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-25T21:45:45.928 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:44.578082+0000 mgr.smithi031.sxuhmh (mgr.14182) 1021 : 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-25T21:45:46.628 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:46.628 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:39:45.893812Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:39:45.893881Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:39:45.893960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:39:45.894409Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:39:45.893736Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:39:45.893596Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:39:45.894472Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:39:45.894027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:39:45.894158Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:39:45.894092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:47.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:45.835879+0000 mon.smithi031 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:45:47.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:46.578651+0000 mgr.smithi031.sxuhmh (mgr.14182) 1022 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:47.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:46 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:46.625267+0000 mgr.smithi031.sxuhmh (mgr.14182) 1023 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:47.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:47.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:45.835879+0000 mon.smithi031 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:45:47.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:46.578651+0000 mgr.smithi031.sxuhmh (mgr.14182) 1022 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:47.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:46 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:46.625267+0000 mgr.smithi031.sxuhmh (mgr.14182) 1023 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:48.191 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:49.494 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:49.494 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:49.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:48.192605+0000 mon.smithi031 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:45:49.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:48.512893+0000 mon.smithi031 (mon.0) 689 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:45:49.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:48.513569+0000 mon.smithi031 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:45:49.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:48.518455+0000 mon.smithi031 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:45:49.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:48.518991+0000 mgr.smithi031.sxuhmh (mgr.14182) 1024 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:49.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:48.522636+0000 mon.smithi031 (mon.0) 692 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:45:49.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:48.530810+0000 mon.smithi031 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:45:49.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:45:48.533203+0000 mgr.smithi031.sxuhmh (mgr.14182) 1025 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi149.bggnys on smithi149 2023-12-25T21:45:49.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:48.192605+0000 mon.smithi031 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:45:49.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:48.512893+0000 mon.smithi031 (mon.0) 689 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:45:49.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:48.513569+0000 mon.smithi031 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:45:49.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:48.518455+0000 mon.smithi031 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:45:49.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:48.518991+0000 mgr.smithi031.sxuhmh (mgr.14182) 1024 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:49.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:48.522636+0000 mon.smithi031 (mon.0) 692 : audit [DBG] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:45:49.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:48.530810+0000 mon.smithi031 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:45:49.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:45:48.533203+0000 mgr.smithi031.sxuhmh (mgr.14182) 1025 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi149.bggnys on smithi149 2023-12-25T21:45:49.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:50.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:49.490757+0000 mgr.smithi031.sxuhmh (mgr.14182) 1026 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:50.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:49.515981+0000 mon.smithi031 (mon.0) 694 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:45:50.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:49.516009+0000 mon.smithi031 (mon.0) 695 : cluster [INF] Cluster is now healthy 2023-12-25T21:45:50.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:49.490757+0000 mgr.smithi031.sxuhmh (mgr.14182) 1026 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:50.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:49.515981+0000 mon.smithi031 (mon.0) 694 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:45:50.544 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:49.516009+0000 mon.smithi031 (mon.0) 695 : cluster [INF] Cluster is now healthy 2023-12-25T21:45:50.855 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:51.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:50.519636+0000 mgr.smithi031.sxuhmh (mgr.14182) 1027 : 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-25T21:45:51.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:50.519636+0000 mgr.smithi031.sxuhmh (mgr.14182) 1027 : 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-25T21:45:52.186 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:52.186 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:52.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:53.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:52.183015+0000 mgr.smithi031.sxuhmh (mgr.14182) 1028 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:53.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:52.520311+0000 mgr.smithi031.sxuhmh (mgr.14182) 1029 : 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-25T21:45:53.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:52.183015+0000 mgr.smithi031.sxuhmh (mgr.14182) 1028 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:53.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:52.520311+0000 mgr.smithi031.sxuhmh (mgr.14182) 1029 : 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-25T21:45:53.589 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:54.965 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:54.965 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:55.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:55.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:54.520642+0000 mgr.smithi031.sxuhmh (mgr.14182) 1030 : 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-25T21:45:56.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:54.520642+0000 mgr.smithi031.sxuhmh (mgr.14182) 1030 : 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-25T21:45:56.337 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:56.662 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:54.961699+0000 mgr.smithi031.sxuhmh (mgr.14182) 1031 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:57.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:54.961699+0000 mgr.smithi031.sxuhmh (mgr.14182) 1031 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:57.651 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:45:57.651 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:57.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:56.521133+0000 mgr.smithi031.sxuhmh (mgr.14182) 1032 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-25T21:45:57.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:58.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:56.521133+0000 mgr.smithi031.sxuhmh (mgr.14182) 1032 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-25T21:45:58.971 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:59.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:57.648164+0000 mgr.smithi031.sxuhmh (mgr.14182) 1033 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:59.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:57.648164+0000 mgr.smithi031.sxuhmh (mgr.14182) 1033 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:59.964 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:45:58.521664+0000 mgr.smithi031.sxuhmh (mgr.14182) 1034 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:45:59.965 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:45:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:45:59.193523+0000 mon.smithi031 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:46:00.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:45:58.521664+0000 mgr.smithi031.sxuhmh (mgr.14182) 1034 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:00.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:45:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:45:59.193523+0000 mon.smithi031 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' 2023-12-25T21:46:00.342 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:00.343 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:00.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:01.712 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:02.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:00.339967+0000 mgr.smithi031.sxuhmh (mgr.14182) 1035 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:02.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:00.522154+0000 mgr.smithi031.sxuhmh (mgr.14182) 1036 : 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-25T21:46:02.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:00.339967+0000 mgr.smithi031.sxuhmh (mgr.14182) 1035 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:02.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:00.522154+0000 mgr.smithi031.sxuhmh (mgr.14182) 1036 : 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-25T21:46:03.011 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:03.011 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:03.291 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:02.522604+0000 mgr.smithi031.sxuhmh (mgr.14182) 1037 : 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-25T21:46:03.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:02.522604+0000 mgr.smithi031.sxuhmh (mgr.14182) 1037 : 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-25T21:46:04.371 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:03.006603+0000 mgr.smithi031.sxuhmh (mgr.14182) 1038 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:04.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:03.006603+0000 mgr.smithi031.sxuhmh (mgr.14182) 1038 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:05.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:04.523014+0000 mgr.smithi031.sxuhmh (mgr.14182) 1039 : 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-25T21:46:05.546 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:05 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:04.523014+0000 mgr.smithi031.sxuhmh (mgr.14182) 1039 : 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-25T21:46:05.712 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:05.712 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:06.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:07.116 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:07.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:05.709105+0000 mgr.smithi031.sxuhmh (mgr.14182) 1040 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:07.739 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:06.523472+0000 mgr.smithi031.sxuhmh (mgr.14182) 1041 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:08.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:05.709105+0000 mgr.smithi031.sxuhmh (mgr.14182) 1040 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:08.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:06.523472+0000 mgr.smithi031.sxuhmh (mgr.14182) 1041 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:08.478 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:08.479 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:08.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:09.872 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:09.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:08.474711+0000 mgr.smithi031.sxuhmh (mgr.14182) 1042 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:09.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:08.524008+0000 mgr.smithi031.sxuhmh (mgr.14182) 1043 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:10.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:08.474711+0000 mgr.smithi031.sxuhmh (mgr.14182) 1042 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:10.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:08.524008+0000 mgr.smithi031.sxuhmh (mgr.14182) 1043 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:11.251 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:11.252 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:11.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:12.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:10.524419+0000 mgr.smithi031.sxuhmh (mgr.14182) 1044 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:12.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:10.524419+0000 mgr.smithi031.sxuhmh (mgr.14182) 1044 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:12.621 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:12.944 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:11.246830+0000 mgr.smithi031.sxuhmh (mgr.14182) 1045 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:13.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:11.246830+0000 mgr.smithi031.sxuhmh (mgr.14182) 1045 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:13.961 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:13.961 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:13.985 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:12.525036+0000 mgr.smithi031.sxuhmh (mgr.14182) 1046 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:14.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:12.525036+0000 mgr.smithi031.sxuhmh (mgr.14182) 1046 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:14.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:15.336 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:15.673 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:13.958041+0000 mgr.smithi031.sxuhmh (mgr.14182) 1047 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:15.673 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:14.525334+0000 mgr.smithi031.sxuhmh (mgr.14182) 1048 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:16.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:13.958041+0000 mgr.smithi031.sxuhmh (mgr.14182) 1047 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:16.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:14.525334+0000 mgr.smithi031.sxuhmh (mgr.14182) 1048 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:16.730 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:16.730 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:17.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:18.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:16.525805+0000 mgr.smithi031.sxuhmh (mgr.14182) 1049 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:18.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:16.525805+0000 mgr.smithi031.sxuhmh (mgr.14182) 1049 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:18.134 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:18.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:16.726542+0000 mgr.smithi031.sxuhmh (mgr.14182) 1050 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:19.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:16.726542+0000 mgr.smithi031.sxuhmh (mgr.14182) 1050 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:19.484 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:19.484 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:19.764 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:18.526217+0000 mgr.smithi031.sxuhmh (mgr.14182) 1051 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:19.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:20.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:18.526217+0000 mgr.smithi031.sxuhmh (mgr.14182) 1051 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:20.850 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:20.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:19.480562+0000 mgr.smithi031.sxuhmh (mgr.14182) 1052 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:21.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:19.480562+0000 mgr.smithi031.sxuhmh (mgr.14182) 1052 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:21.844 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:21 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:20.526728+0000 mgr.smithi031.sxuhmh (mgr.14182) 1053 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:22.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:21 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:20.526728+0000 mgr.smithi031.sxuhmh (mgr.14182) 1053 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:22.237 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:22.238 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:22.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:23.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:22.234643+0000 mgr.smithi031.sxuhmh (mgr.14182) 1054 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:23.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:22.527237+0000 mgr.smithi031.sxuhmh (mgr.14182) 1055 : 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-25T21:46:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:22.234643+0000 mgr.smithi031.sxuhmh (mgr.14182) 1054 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:22.527237+0000 mgr.smithi031.sxuhmh (mgr.14182) 1055 : 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-25T21:46:23.608 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:24.991 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:24.991 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:25.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:25.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:24.527558+0000 mgr.smithi031.sxuhmh (mgr.14182) 1056 : 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-25T21:46:26.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:24.527558+0000 mgr.smithi031.sxuhmh (mgr.14182) 1056 : 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-25T21:46:26.366 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:26.707 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:24.987752+0000 mgr.smithi031.sxuhmh (mgr.14182) 1057 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:27.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:24.987752+0000 mgr.smithi031.sxuhmh (mgr.14182) 1057 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:27.697 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:27.697 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:27.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:26.528044+0000 mgr.smithi031.sxuhmh (mgr.14182) 1058 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:28.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:28.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:26.528044+0000 mgr.smithi031.sxuhmh (mgr.14182) 1058 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:29.014 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:29.676 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:27.693840+0000 mgr.smithi031.sxuhmh (mgr.14182) 1059 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:29.676 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:28.528543+0000 mgr.smithi031.sxuhmh (mgr.14182) 1060 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:30.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:27.693840+0000 mgr.smithi031.sxuhmh (mgr.14182) 1059 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:30.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:28.528543+0000 mgr.smithi031.sxuhmh (mgr.14182) 1060 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:30.337 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:30.337 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:30.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:31.741 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:32.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:30.334161+0000 mgr.smithi031.sxuhmh (mgr.14182) 1061 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:32.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:30.528992+0000 mgr.smithi031.sxuhmh (mgr.14182) 1062 : 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-25T21:46:32.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:30.334161+0000 mgr.smithi031.sxuhmh (mgr.14182) 1061 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:32.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:30.528992+0000 mgr.smithi031.sxuhmh (mgr.14182) 1062 : 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-25T21:46:33.094 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:33.094 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:33.361 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:32.529531+0000 mgr.smithi031.sxuhmh (mgr.14182) 1063 : 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-25T21:46:33.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:32.529531+0000 mgr.smithi031.sxuhmh (mgr.14182) 1063 : 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-25T21:46:34.472 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:34.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:33.090434+0000 mgr.smithi031.sxuhmh (mgr.14182) 1064 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:34.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:33.090434+0000 mgr.smithi031.sxuhmh (mgr.14182) 1064 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:35.459 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:34.529912+0000 mgr.smithi031.sxuhmh (mgr.14182) 1065 : 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-25T21:46:35.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:34.529912+0000 mgr.smithi031.sxuhmh (mgr.14182) 1065 : 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-25T21:46:35.850 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:35.850 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:36.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:37.232 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:37.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:35.847110+0000 mgr.smithi031.sxuhmh (mgr.14182) 1066 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:37.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:36.530457+0000 mgr.smithi031.sxuhmh (mgr.14182) 1067 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:38.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:35.847110+0000 mgr.smithi031.sxuhmh (mgr.14182) 1066 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:38.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:36.530457+0000 mgr.smithi031.sxuhmh (mgr.14182) 1067 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:38.585 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:38.585 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:38.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:39.965 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:39.999 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:38.530882+0000 mgr.smithi031.sxuhmh (mgr.14182) 1068 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:39.999 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:38.581539+0000 mgr.smithi031.sxuhmh (mgr.14182) 1069 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:40.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:38.530882+0000 mgr.smithi031.sxuhmh (mgr.14182) 1068 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:40.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:38.581539+0000 mgr.smithi031.sxuhmh (mgr.14182) 1069 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:41.286 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:41.286 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:41.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:42.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:40.531363+0000 mgr.smithi031.sxuhmh (mgr.14182) 1070 : 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-25T21:46:42.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:40.531363+0000 mgr.smithi031.sxuhmh (mgr.14182) 1070 : 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-25T21:46:42.694 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:43.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:41.283429+0000 mgr.smithi031.sxuhmh (mgr.14182) 1071 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:43.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:41.283429+0000 mgr.smithi031.sxuhmh (mgr.14182) 1071 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:43.649 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:42.532135+0000 mgr.smithi031.sxuhmh (mgr.14182) 1072 : 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-25T21:46:44.033 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:44.034 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:44.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:42.532135+0000 mgr.smithi031.sxuhmh (mgr.14182) 1072 : 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-25T21:46:44.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:45.412 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:45.745 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:44.030425+0000 mgr.smithi031.sxuhmh (mgr.14182) 1073 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:45.746 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:44.532576+0000 mgr.smithi031.sxuhmh (mgr.14182) 1074 : 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-25T21:46:46.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:44.030425+0000 mgr.smithi031.sxuhmh (mgr.14182) 1073 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:46.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:44.532576+0000 mgr.smithi031.sxuhmh (mgr.14182) 1074 : 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-25T21:46:46.799 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:46.800 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:47.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:48.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:46.533020+0000 mgr.smithi031.sxuhmh (mgr.14182) 1075 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:48.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:46.533020+0000 mgr.smithi031.sxuhmh (mgr.14182) 1075 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:48.114 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:48.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:46.796073+0000 mgr.smithi031.sxuhmh (mgr.14182) 1076 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:49.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:46.796073+0000 mgr.smithi031.sxuhmh (mgr.14182) 1076 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:49.484 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:49.484 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:49.859 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:48.533431+0000 mgr.smithi031.sxuhmh (mgr.14182) 1077 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:49.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:50.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:48.533431+0000 mgr.smithi031.sxuhmh (mgr.14182) 1077 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:46:50.862 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:50.898 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:50 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:49.480913+0000 mgr.smithi031.sxuhmh (mgr.14182) 1078 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:51.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:50 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:49.480913+0000 mgr.smithi031.sxuhmh (mgr.14182) 1078 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:51.848 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:50.534304+0000 mgr.smithi031.sxuhmh (mgr.14182) 1079 : 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-25T21:46:52.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:50.534304+0000 mgr.smithi031.sxuhmh (mgr.14182) 1079 : 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-25T21:46:52.218 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:52.218 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:52.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:53.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:52.215467+0000 mgr.smithi031.sxuhmh (mgr.14182) 1080 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:53.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:52.534915+0000 mgr.smithi031.sxuhmh (mgr.14182) 1081 : 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-25T21:46:53.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:52.215467+0000 mgr.smithi031.sxuhmh (mgr.14182) 1080 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:53.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:52.534915+0000 mgr.smithi031.sxuhmh (mgr.14182) 1081 : 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-25T21:46:53.595 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:54.924 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:54.925 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:55.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:56.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:54.535334+0000 mgr.smithi031.sxuhmh (mgr.14182) 1082 : 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-25T21:46:56.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:54.535334+0000 mgr.smithi031.sxuhmh (mgr.14182) 1082 : 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-25T21:46:56.295 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:56.946 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:54.921432+0000 mgr.smithi031.sxuhmh (mgr.14182) 1083 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:57.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:54.921432+0000 mgr.smithi031.sxuhmh (mgr.14182) 1083 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:57.635 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:46:57.636 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:57.899 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:56.535779+0000 mgr.smithi031.sxuhmh (mgr.14182) 1084 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:58.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:58.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:56.535779+0000 mgr.smithi031.sxuhmh (mgr.14182) 1084 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:59.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:58 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:46:57.632381+0000 mgr.smithi031.sxuhmh (mgr.14182) 1085 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:59.011 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:59.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:58 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:46:57.632381+0000 mgr.smithi031.sxuhmh (mgr.14182) 1085 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:59.704 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:46:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:46:58.536527+0000 mgr.smithi031.sxuhmh (mgr.14182) 1086 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:47:00.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:46:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:46:58.536527+0000 mgr.smithi031.sxuhmh (mgr.14182) 1086 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:47:00.409 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:00.409 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:00.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:01.802 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:02.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:00.406857+0000 mgr.smithi031.sxuhmh (mgr.14182) 1087 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:02.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:00.537103+0000 mgr.smithi031.sxuhmh (mgr.14182) 1088 : 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-25T21:47:02.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:00.406857+0000 mgr.smithi031.sxuhmh (mgr.14182) 1087 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:02.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:00.537103+0000 mgr.smithi031.sxuhmh (mgr.14182) 1088 : 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-25T21:47:03.117 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:03.117 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:03.457 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:02.537619+0000 mgr.smithi031.sxuhmh (mgr.14182) 1089 : 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-25T21:47:03.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:03.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:02.537619+0000 mgr.smithi031.sxuhmh (mgr.14182) 1089 : 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-25T21:47:04.461 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:04.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:03.112601+0000 mgr.smithi031.sxuhmh (mgr.14182) 1090 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:04.494 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:03.112601+0000 mgr.smithi031.sxuhmh (mgr.14182) 1090 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:05.413 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:04.538024+0000 mgr.smithi031.sxuhmh (mgr.14182) 1091 : 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-25T21:47:05.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:05 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:04.538024+0000 mgr.smithi031.sxuhmh (mgr.14182) 1091 : 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-25T21:47:05.788 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:05.788 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:06.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:07.142 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:07.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:05.785376+0000 mgr.smithi031.sxuhmh (mgr.14182) 1092 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:07.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:06.538596+0000 mgr.smithi031.sxuhmh (mgr.14182) 1093 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:08.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:05.785376+0000 mgr.smithi031.sxuhmh (mgr.14182) 1092 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:08.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:06.538596+0000 mgr.smithi031.sxuhmh (mgr.14182) 1093 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:08.460 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:08.460 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:08.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:09.834 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:09.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:08.456842+0000 mgr.smithi031.sxuhmh (mgr.14182) 1094 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:09.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:08.539011+0000 mgr.smithi031.sxuhmh (mgr.14182) 1095 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:47:10.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:08.456842+0000 mgr.smithi031.sxuhmh (mgr.14182) 1094 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:10.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:08.539011+0000 mgr.smithi031.sxuhmh (mgr.14182) 1095 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:47:11.182 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:11.182 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:11.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:12.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:10.539395+0000 mgr.smithi031.sxuhmh (mgr.14182) 1096 : 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-25T21:47:12.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:10.539395+0000 mgr.smithi031.sxuhmh (mgr.14182) 1096 : 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-25T21:47:12.558 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:12.928 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:12 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:11.178569+0000 mgr.smithi031.sxuhmh (mgr.14182) 1097 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:13.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:12 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:11.178569+0000 mgr.smithi031.sxuhmh (mgr.14182) 1097 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:14.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:12.540120+0000 mgr.smithi031.sxuhmh (mgr.14182) 1098 : 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-25T21:47:14.038 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:14.038 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:14.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:12.540120+0000 mgr.smithi031.sxuhmh (mgr.14182) 1098 : 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-25T21:47:14.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:15.399 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:15.741 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:14.035735+0000 mgr.smithi031.sxuhmh (mgr.14182) 1099 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:15.741 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:14.540477+0000 mgr.smithi031.sxuhmh (mgr.14182) 1100 : 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-25T21:47:16.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:14.035735+0000 mgr.smithi031.sxuhmh (mgr.14182) 1099 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:16.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:14.540477+0000 mgr.smithi031.sxuhmh (mgr.14182) 1100 : 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-25T21:47:16.812 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:16.812 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:17.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:18.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:16.540987+0000 mgr.smithi031.sxuhmh (mgr.14182) 1101 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:18.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:16.540987+0000 mgr.smithi031.sxuhmh (mgr.14182) 1101 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:18.219 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:18.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:16.808749+0000 mgr.smithi031.sxuhmh (mgr.14182) 1102 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:19.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:16.808749+0000 mgr.smithi031.sxuhmh (mgr.14182) 1102 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:19.552 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:19.553 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:19.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:18.541407+0000 mgr.smithi031.sxuhmh (mgr.14182) 1103 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:47:19.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:20.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:18.541407+0000 mgr.smithi031.sxuhmh (mgr.14182) 1103 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:47:20.914 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:20.948 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:20 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:19.549534+0000 mgr.smithi031.sxuhmh (mgr.14182) 1104 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:21.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:20 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:19.549534+0000 mgr.smithi031.sxuhmh (mgr.14182) 1104 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:21.901 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:21 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:20.541860+0000 mgr.smithi031.sxuhmh (mgr.14182) 1105 : 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-25T21:47:22.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:21 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:20.541860+0000 mgr.smithi031.sxuhmh (mgr.14182) 1105 : 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-25T21:47:22.276 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:22.276 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:22.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:23.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:22.273239+0000 mgr.smithi031.sxuhmh (mgr.14182) 1106 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:23.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:22.542350+0000 mgr.smithi031.sxuhmh (mgr.14182) 1107 : 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-25T21:47:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:22.273239+0000 mgr.smithi031.sxuhmh (mgr.14182) 1106 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:22.542350+0000 mgr.smithi031.sxuhmh (mgr.14182) 1107 : 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-25T21:47:23.648 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:24.998 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:24.999 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:25.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:26.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:24.542781+0000 mgr.smithi031.sxuhmh (mgr.14182) 1108 : 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-25T21:47:26.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:24.542781+0000 mgr.smithi031.sxuhmh (mgr.14182) 1108 : 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-25T21:47:26.374 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:26.723 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:24.995745+0000 mgr.smithi031.sxuhmh (mgr.14182) 1109 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:27.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:24.995745+0000 mgr.smithi031.sxuhmh (mgr.14182) 1109 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:27.746 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:27.746 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:27.750 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:27 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:26.543279+0000 mgr.smithi031.sxuhmh (mgr.14182) 1110 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:28.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:26.543279+0000 mgr.smithi031.sxuhmh (mgr.14182) 1110 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:28.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:29.115 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:29.740 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:27.743421+0000 mgr.smithi031.sxuhmh (mgr.14182) 1111 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:29.741 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:29 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:28.543795+0000 mgr.smithi031.sxuhmh (mgr.14182) 1112 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:47:30.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:27.743421+0000 mgr.smithi031.sxuhmh (mgr.14182) 1111 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:30.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:29 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:28.543795+0000 mgr.smithi031.sxuhmh (mgr.14182) 1112 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:47:30.420 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:30.420 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:30.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:31.800 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:32.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:30.416835+0000 mgr.smithi031.sxuhmh (mgr.14182) 1113 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:32.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:31 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:30.544283+0000 mgr.smithi031.sxuhmh (mgr.14182) 1114 : 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-25T21:47:32.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:30.416835+0000 mgr.smithi031.sxuhmh (mgr.14182) 1113 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:32.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:31 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:30.544283+0000 mgr.smithi031.sxuhmh (mgr.14182) 1114 : 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-25T21:47:33.158 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:33.159 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:33.443 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:33 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:32.545021+0000 mgr.smithi031.sxuhmh (mgr.14182) 1115 : 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-25T21:47:33.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:33.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:33 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:32.545021+0000 mgr.smithi031.sxuhmh (mgr.14182) 1115 : 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-25T21:47:34.472 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:34 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:33.152231+0000 mgr.smithi031.sxuhmh (mgr.14182) 1116 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:34.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:34 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:33.152231+0000 mgr.smithi031.sxuhmh (mgr.14182) 1116 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:34.523 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:35.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:35 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:34.545451+0000 mgr.smithi031.sxuhmh (mgr.14182) 1117 : 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-25T21:47:35.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:35 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:34.545451+0000 mgr.smithi031.sxuhmh (mgr.14182) 1117 : 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-25T21:47:35.920 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:35.921 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:36.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:37.298 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:37.973 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:35.917767+0000 mgr.smithi031.sxuhmh (mgr.14182) 1118 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:37.973 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:37 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:36.545970+0000 mgr.smithi031.sxuhmh (mgr.14182) 1119 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:38.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:35.917767+0000 mgr.smithi031.sxuhmh (mgr.14182) 1118 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:38.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:37 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:36.545970+0000 mgr.smithi031.sxuhmh (mgr.14182) 1119 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:38.707 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:38.708 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:39.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:40.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:39 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:38.546361+0000 mgr.smithi031.sxuhmh (mgr.14182) 1120 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:47:40.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:39 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:38.546361+0000 mgr.smithi031.sxuhmh (mgr.14182) 1120 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:47:40.079 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:40.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:40 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:38.704562+0000 mgr.smithi031.sxuhmh (mgr.14182) 1121 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:41.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:40 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:38.704562+0000 mgr.smithi031.sxuhmh (mgr.14182) 1121 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:41.460 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:41.461 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:41.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:41 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:40.546752+0000 mgr.smithi031.sxuhmh (mgr.14182) 1122 : 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-25T21:47:41.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:42.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:41 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:40.546752+0000 mgr.smithi031.sxuhmh (mgr.14182) 1122 : 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-25T21:47:42.887 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:42.921 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:42 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:41.457404+0000 mgr.smithi031.sxuhmh (mgr.14182) 1123 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:43.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:42 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:41.457404+0000 mgr.smithi031.sxuhmh (mgr.14182) 1123 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:43.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:43 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:42.547414+0000 mgr.smithi031.sxuhmh (mgr.14182) 1124 : 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-25T21:47:44.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:43 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:42.547414+0000 mgr.smithi031.sxuhmh (mgr.14182) 1124 : 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-25T21:47:44.280 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:44.280 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:44.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:45.662 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:46.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:44.277171+0000 mgr.smithi031.sxuhmh (mgr.14182) 1125 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:46.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:45 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:44.547745+0000 mgr.smithi031.sxuhmh (mgr.14182) 1126 : 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-25T21:47:46.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:44.277171+0000 mgr.smithi031.sxuhmh (mgr.14182) 1125 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:46.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:45 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:44.547745+0000 mgr.smithi031.sxuhmh (mgr.14182) 1126 : 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-25T21:47:47.078 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:47.079 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:47.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:47.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:47 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:46.548197+0000 mgr.smithi031.sxuhmh (mgr.14182) 1127 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:48.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:47 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:46.548197+0000 mgr.smithi031.sxuhmh (mgr.14182) 1127 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:48.468 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:48.786 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:48 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:47.075613+0000 mgr.smithi031.sxuhmh (mgr.14182) 1128 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:49.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:48 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:47.075613+0000 mgr.smithi031.sxuhmh (mgr.14182) 1128 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:49.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:49 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:48.548649+0000 mgr.smithi031.sxuhmh (mgr.14182) 1129 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:47:49.804 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:49.804 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:50.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:49 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:48.548649+0000 mgr.smithi031.sxuhmh (mgr.14182) 1129 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:47:50.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:51.177 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:51.837 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:49.801135+0000 mgr.smithi031.sxuhmh (mgr.14182) 1130 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:51.837 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:51 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:50.549190+0000 mgr.smithi031.sxuhmh (mgr.14182) 1131 : 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-25T21:47:52.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:49.801135+0000 mgr.smithi031.sxuhmh (mgr.14182) 1130 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:52.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:51 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:50.549190+0000 mgr.smithi031.sxuhmh (mgr.14182) 1131 : 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-25T21:47:52.528 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:52.529 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:52.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:53.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:52.525025+0000 mgr.smithi031.sxuhmh (mgr.14182) 1132 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:53.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:53 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:52.549837+0000 mgr.smithi031.sxuhmh (mgr.14182) 1133 : 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-25T21:47:53.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:52.525025+0000 mgr.smithi031.sxuhmh (mgr.14182) 1132 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:53.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:53 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:52.549837+0000 mgr.smithi031.sxuhmh (mgr.14182) 1133 : 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-25T21:47:53.911 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:55.259 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:55.259 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:55.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:56.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:55 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:54.550190+0000 mgr.smithi031.sxuhmh (mgr.14182) 1134 : 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-25T21:47:56.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:55 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:54.550190+0000 mgr.smithi031.sxuhmh (mgr.14182) 1134 : 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-25T21:47:56.619 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:56.968 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:56 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:55.256104+0000 mgr.smithi031.sxuhmh (mgr.14182) 1135 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:57.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:56 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:55.256104+0000 mgr.smithi031.sxuhmh (mgr.14182) 1135 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:57.958 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:47:57.958 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:57.984 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:57 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:56.550777+0000 mgr.smithi031.sxuhmh (mgr.14182) 1136 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:58.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:57 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:56.550777+0000 mgr.smithi031.sxuhmh (mgr.14182) 1136 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:58.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:59.352 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:59.692 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:47:57.955486+0000 mgr.smithi031.sxuhmh (mgr.14182) 1137 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:59.692 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:47:59 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:47:58.551290+0000 mgr.smithi031.sxuhmh (mgr.14182) 1138 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:48:00.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:47:57.955486+0000 mgr.smithi031.sxuhmh (mgr.14182) 1137 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:00.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:47:59 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:47:58.551290+0000 mgr.smithi031.sxuhmh (mgr.14182) 1138 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:48:00.720 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:48:00.720 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:01.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:02.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:01 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:00.551667+0000 mgr.smithi031.sxuhmh (mgr.14182) 1139 : 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-25T21:48:02.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:01 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:00.551667+0000 mgr.smithi031.sxuhmh (mgr.14182) 1139 : 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-25T21:48:02.117 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:02.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:02 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:48:00.716101+0000 mgr.smithi031.sxuhmh (mgr.14182) 1140 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:03.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:02 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:48:00.716101+0000 mgr.smithi031.sxuhmh (mgr.14182) 1140 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:03.461 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:48:03.461 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:03.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:03 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:02.552131+0000 mgr.smithi031.sxuhmh (mgr.14182) 1141 : 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-25T21:48:03.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:04.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:03 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:02.552131+0000 mgr.smithi031.sxuhmh (mgr.14182) 1141 : 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-25T21:48:04.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:04 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:48:03.458158+0000 mgr.smithi031.sxuhmh (mgr.14182) 1142 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:04.857 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:04.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:04 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:48:03.458158+0000 mgr.smithi031.sxuhmh (mgr.14182) 1142 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:05.853 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:05 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:04.552538+0000 mgr.smithi031.sxuhmh (mgr.14182) 1143 : 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-25T21:48:06.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:05 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:04.552538+0000 mgr.smithi031.sxuhmh (mgr.14182) 1143 : 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-25T21:48:06.234 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:48:06.234 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:06.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:07.624 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:07.965 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:48:06.231597+0000 mgr.smithi031.sxuhmh (mgr.14182) 1144 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:07.966 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:07 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:06.553242+0000 mgr.smithi031.sxuhmh (mgr.14182) 1145 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:08.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:48:06.231597+0000 mgr.smithi031.sxuhmh (mgr.14182) 1144 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:08.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:07 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:06.553242+0000 mgr.smithi031.sxuhmh (mgr.14182) 1145 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:08.999 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:48:08.999 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:09.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:10.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:09 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:08.553794+0000 mgr.smithi031.sxuhmh (mgr.14182) 1146 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:48:10.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:09 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:08.553794+0000 mgr.smithi031.sxuhmh (mgr.14182) 1146 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:48:10.381 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:10.715 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:10 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:48:08.996582+0000 mgr.smithi031.sxuhmh (mgr.14182) 1147 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:11.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:10 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:48:08.996582+0000 mgr.smithi031.sxuhmh (mgr.14182) 1147 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:11.720 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:48:11.720 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:11.986 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:11 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:10.554207+0000 mgr.smithi031.sxuhmh (mgr.14182) 1148 : 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-25T21:48:12.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:11 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:10.554207+0000 mgr.smithi031.sxuhmh (mgr.14182) 1148 : 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-25T21:48:12.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:13.098 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:13.434 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:48:11.716249+0000 mgr.smithi031.sxuhmh (mgr.14182) 1149 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:13.434 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:13 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:12.554911+0000 mgr.smithi031.sxuhmh (mgr.14182) 1150 : 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-25T21:48:13.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:48:11.716249+0000 mgr.smithi031.sxuhmh (mgr.14182) 1149 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:13.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:13 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:12.554911+0000 mgr.smithi031.sxuhmh (mgr.14182) 1150 : 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-25T21:48:14.507 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:48:14.507 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:14.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:15.866 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:15.899 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:48:14.504191+0000 mgr.smithi031.sxuhmh (mgr.14182) 1151 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:15.899 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:15 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:14.555250+0000 mgr.smithi031.sxuhmh (mgr.14182) 1152 : 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-25T21:48:16.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:48:14.504191+0000 mgr.smithi031.sxuhmh (mgr.14182) 1151 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:16.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:15 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:14.555250+0000 mgr.smithi031.sxuhmh (mgr.14182) 1152 : 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-25T21:48:17.266 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:48:17.266 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:42.006773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.vytfoe on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:17.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:18.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:17 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:16.555754+0000 mgr.smithi031.sxuhmh (mgr.14182) 1153 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:18.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:17 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:16.555754+0000 mgr.smithi031.sxuhmh (mgr.14182) 1153 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:18.640 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:18.973 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:48:17.262779+0000 mgr.smithi031.sxuhmh (mgr.14182) 1154 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:18.973 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:18 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:48:17.773656+0000 mon.smithi031 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi149.bggnys"}]: dispatch 2023-12-25T21:48:19.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:48:17.262779+0000 mgr.smithi031.sxuhmh (mgr.14182) 1154 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:19.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:18 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:48:17.773656+0000 mon.smithi031 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.31:0/1053123508' entity='mgr.smithi031.sxuhmh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi149.bggnys"}]: dispatch 2023-12-25T21:48:19.991 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:48:19.992 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:17.774224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.bggnys on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys\nDeploy daemon haproxy.nfs.foo.smithi149.bggnys ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:46:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:47:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:47:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:20.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:48:17.773137+0000 mgr.smithi031.sxuhmh (mgr.14182) 1155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys 2023-12-25T21:48:20.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys 2023-12-25T21:48:20.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi149.bggnys ... 2023-12-25T21:48:20.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:20.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:48:20.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:46:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:47:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:47:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:48:20.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:20.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Traceback (most recent call last): 2023-12-25T21:48:20.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:48:20.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: yield (conn, connr) 2023-12-25T21:48:20.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:48:20.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: code, '\n'.join(err))) 2023-12-25T21:48:20.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys 2023-12-25T21:48:20.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys 2023-12-25T21:48:20.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi149.bggnys ... 2023-12-25T21:48:20.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:20.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:48:20.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:46:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:47:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:47:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:48:20.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:20.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:48:17.773353+0000 mgr.smithi031.sxuhmh (mgr.14182) 1156 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:48:17.774349+0000 mgr.smithi031.sxuhmh (mgr.14182) 1157 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi149.bggnys on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys 2023-12-25T21:48:20.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys 2023-12-25T21:48:20.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: Deploy daemon haproxy.nfs.foo.smithi149.bggnys ... 2023-12-25T21:48:20.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:20.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:48:20.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:46:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:47:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.005 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: stat: stderr time="2023-12-25T21:47:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.006 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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-25T21:48:20.006 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:20.006 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cephadm 2023-12-25T21:48:17.776461+0000 mgr.smithi031.sxuhmh (mgr.14182) 1158 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.wcjoyk on smithi031 2023-12-25T21:48:20.006 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:19 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:18.556435+0000 mgr.smithi031.sxuhmh (mgr.14182) 1159 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:48:20.044 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:48:17.773137+0000 mgr.smithi031.sxuhmh (mgr.14182) 1155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys 2023-12-25T21:48:20.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys 2023-12-25T21:48:20.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi149.bggnys ... 2023-12-25T21:48:20.045 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:20.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:48:20.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:46:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:47:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:47:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:48:20.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:20.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Traceback (most recent call last): 2023-12-25T21:48:20.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:48:20.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: yield (conn, connr) 2023-12-25T21:48:20.046 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:48:20.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: code, '\n'.join(err))) 2023-12-25T21:48:20.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys 2023-12-25T21:48:20.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys 2023-12-25T21:48:20.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi149.bggnys ... 2023-12-25T21:48:20.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:20.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:48:20.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:46:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.047 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:47:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.048 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:47:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.048 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:48:20.048 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:20.048 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:48:17.773353+0000 mgr.smithi031.sxuhmh (mgr.14182) 1156 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.048 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:48:17.774349+0000 mgr.smithi031.sxuhmh (mgr.14182) 1157 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi149.bggnys on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys 2023-12-25T21:48:20.048 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys 2023-12-25T21:48:20.048 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.048 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: /bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys 2023-12-25T21:48:20.048 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: Deploy daemon haproxy.nfs.foo.smithi149.bggnys ... 2023-12-25T21:48:20.048 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:48:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:46:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:47:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: stat: stderr time="2023-12-25T21:47:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:48:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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-25T21:48:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cephadm 2023-12-25T21:48:17.776461+0000 mgr.smithi031.sxuhmh (mgr.14182) 1158 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.wcjoyk on smithi031 2023-12-25T21:48:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:19 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:18.556435+0000 mgr.smithi031.sxuhmh (mgr.14182) 1159 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:48:20.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:21.413 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:21.751 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:21 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:48:19.988353+0000 mgr.smithi031.sxuhmh (mgr.14182) 1160 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:21.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:21 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:20.556840+0000 mgr.smithi031.sxuhmh (mgr.14182) 1161 : 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-25T21:48:22.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:21 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:48:19.988353+0000 mgr.smithi031.sxuhmh (mgr.14182) 1160 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:22.043 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:21 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:20.556840+0000 mgr.smithi031.sxuhmh (mgr.14182) 1161 : 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-25T21:48:22.829 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:48:22.829 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:17.774224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.bggnys on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys\nDeploy daemon haproxy.nfs.foo.smithi149.bggnys ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:46:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:47:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:47:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:23.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:23.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:23 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:22.557327+0000 mgr.smithi031.sxuhmh (mgr.14182) 1162 : 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-25T21:48:23.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:23 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:22.557327+0000 mgr.smithi031.sxuhmh (mgr.14182) 1162 : 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-25T21:48:24.222 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:24.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:24 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:48:22.826181+0000 mgr.smithi031.sxuhmh (mgr.14182) 1163 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:24.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:24 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:48:22.826181+0000 mgr.smithi031.sxuhmh (mgr.14182) 1163 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:25.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:25 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: cluster 2023-12-25T21:48:24.557672+0000 mgr.smithi031.sxuhmh (mgr.14182) 1164 : 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-25T21:48:25.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:25 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: cluster 2023-12-25T21:48:24.557672+0000 mgr.smithi031.sxuhmh (mgr.14182) 1164 : 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-25T21:48:25.630 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-25T21:48:25.631 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:26:13.493903Z", "last_refresh": "2023-12-25T21:45:48.184343Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:26:09.786825Z", "last_refresh": "2023-12-25T21:45:45.827931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:26:11.650309Z", "last_refresh": "2023-12-25T21:45:48.184512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:15.365671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.lsjqgg on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-lsjqgg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.lsjqgg\nDeploy daemon haproxy.nfs.foo.smithi149.lsjqgg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:40:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41: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-25T21:41: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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.555964Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.orslck on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi031-orslck\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi031.orslck\nDeploy daemon haproxy.nfs.foo.smithi031.orslck ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:44:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:44.557377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.tviqlj on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:44.558493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi149.utapqp on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:17.774224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi149.bggnys on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi149-bggnys\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys\n/bin/podman: stderr Error: no such container ceph-11103ba8-a36c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi149.bggnys\nDeploy daemon haproxy.nfs.foo.smithi149.bggnys ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:46:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:47:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:47:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2023-12-25T21:29:33.574066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2023-12-25T21:29:30.156350Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:29:30.152966Z", "last_refresh": "2023-12-25T21:45:45.828542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:26:08.865245Z", "last_refresh": "2023-12-25T21:45:45.828078Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:12.925883Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:27:12.923166Z", "last_refresh": "2023-12-25T21:45:45.828155Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:29:33.572955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-25T21:29:33.568719Z", "last_refresh": "2023-12-25T21:45:48.185059Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:26:12.583584Z", "last_refresh": "2023-12-25T21:45:45.828222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:27:30.985887Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:27:30.982518Z", "last_refresh": "2023-12-25T21:45:45.828287Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:26:10.695155Z", "last_refresh": "2023-12-25T21:45:48.184643Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:26.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:26.011 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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-25T21:48:26.116 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8a765fc6ccfd4474b36403b58699c15e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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-25T21:48:26.118 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-25T21:48:26.127 INFO:tasks.vip:Removing 10.0.15.31 (and any VIPs) on smithi031.front.sepia.ceph.com iface ens1f0... 2023-12-25T21:48:26.128 DEBUG:teuthology.orchestra.run.smithi031:> sudo ip addr del 10.0.15.31/16 dev ens1f0 2023-12-25T21:48:26.162 DEBUG:teuthology.orchestra.run.smithi031:> sudo ip addr del 10.0.31.31/16 dev ens1f0 2023-12-25T21:48:26.230 INFO:teuthology.orchestra.run.smithi031.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-25T21:48:26.231 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-25T21:48:26.232 INFO:tasks.vip:Removing 10.0.15.149 (and any VIPs) on smithi149.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T21:48:26.232 DEBUG:teuthology.orchestra.run.smithi149:> sudo ip addr del 10.0.15.149/16 dev enp3s0f1 2023-12-25T21:48:26.271 DEBUG:teuthology.orchestra.run.smithi149:> sudo ip addr del 10.0.31.31/16 dev enp3s0f1 2023-12-25T21:48:26.341 INFO:teuthology.orchestra.run.smithi149.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-25T21:48:26.342 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-25T21:48:26.342 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-25T21:48:26.351 INFO:tasks.cephadm:Teardown begin 2023-12-25T21:48:26.351 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:48:26.381 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:48:26.411 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-25T21:48:26.412 DEBUG:teuthology.orchestra.run.smithi031:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T21:48:26.440 DEBUG:teuthology.orchestra.run.smithi149:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T21:48:26.471 INFO:tasks.cephadm:Stopping all daemons... 2023-12-25T21:48:26.471 INFO:tasks.cephadm.mon.smithi031:Stopping mon.smithi031... 2023-12-25T21:48:26.471 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mon.smithi031 2023-12-25T21:48:26.500 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: audit 2023-12-25T21:48:25.627859+0000 mgr.smithi031.sxuhmh (mgr.14182) 1165 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:26.543 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:26 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: audit 2023-12-25T21:48:25.627859+0000 mgr.smithi031.sxuhmh (mgr.14182) 1165 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:26.836 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:26 smithi031 systemd[1]: Stopping Ceph mon.smithi031 for 11103ba8-a36c-11ee-95a5-87774f69a715... 2023-12-25T21:48:26.837 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:26 smithi031 bash[231906]: Error: no container with name or ID "ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon.smithi031" found: no such container 2023-12-25T21:48:26.837 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:48:26.713+0000 7f23012a1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi031 -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-25T21:48:26.837 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:26 smithi031 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031[108180]: debug 2023-12-25T21:48:26.713+0000 7f23012a1700 -1 mon.smithi031@0(leader) e2 *** Got Signal Terminated *** 2023-12-25T21:48:27.403 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 25 21:48:27 smithi031 bash[231946]: ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi031 2023-12-25T21:48:27.410 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mon.smithi031.service' 2023-12-25T21:48:27.501 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T21:48:27.501 INFO:tasks.cephadm.mon.smithi031:Stopped mon.smithi031 2023-12-25T21:48:27.501 INFO:tasks.cephadm.mon.smithi149:Stopping mon.smithi149... 2023-12-25T21:48:27.501 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mon.smithi149 2023-12-25T21:48:27.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:27 smithi149 systemd[1]: Stopping Ceph mon.smithi149 for 11103ba8-a36c-11ee-95a5-87774f69a715... 2023-12-25T21:48:27.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:27 smithi149 bash[132294]: Error: no container with name or ID "ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon.smithi149" found: no such container 2023-12-25T21:48:27.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:48:27.741+0000 7fb9f44d6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi149 -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-25T21:48:27.794 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:27 smithi149 ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149[111351]: debug 2023-12-25T21:48:27.741+0000 7fb9f44d6700 -1 mon.smithi149@1(peon) e2 *** Got Signal Terminated *** 2023-12-25T21:48:28.283 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 25 21:48:28 smithi149 bash[132332]: ceph-11103ba8-a36c-11ee-95a5-87774f69a715-mon-smithi149 2023-12-25T21:48:28.290 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-11103ba8-a36c-11ee-95a5-87774f69a715@mon.smithi149.service' 2023-12-25T21:48:28.337 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T21:48:28.337 INFO:tasks.cephadm.mon.smithi149:Stopped mon.smithi149 2023-12-25T21:48:28.338 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-25T21:51:34.660 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-25T21:52:10.434 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:52:10.473 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:52:10.504 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-25T21:52:10.506 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018/remote/ubuntu@smithi031.front.sepia.ceph.com/crash 2023-12-25T21:52:10.507 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/crash -- . 2023-12-25T21:52:10.687 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-25T21:52:10.688 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2023-12-25T21:52:10.690 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018/remote/ubuntu@smithi149.front.sepia.ceph.com/crash 2023-12-25T21:52:10.691 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/crash -- . 2023-12-25T21:52:10.726 INFO:teuthology.orchestra.run.smithi149.stderr:tar: /var/lib/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-25T21:52:10.726 INFO:teuthology.orchestra.run.smithi149.stderr:tar: Error is not recoverable: exiting now 2023-12-25T21:52:10.727 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-25T21:52:10.727 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-25T21:52:10.762 INFO:teuthology.orchestra.run.smithi031.stderr:grep: /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-25T21:52:10.764 INFO:tasks.cephadm:Compressing logs... 2023-12-25T21:52:10.764 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:52:10.807 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:52:10.835 INFO:teuthology.orchestra.run.smithi149.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T21:52:10.835 INFO:teuthology.orchestra.run.smithi149.stderr:: No such file or directory 2023-12-25T21:52:10.836 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-25T21:52:10.836 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T21:52:10.836 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-25T21:52:10.836 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-25T21:52:10.840 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mgr.smithi149.zjrqlf.log 2023-12-25T21:52:10.840 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.0.log: /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mgr.smithi149.zjrqlf.log: gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi149.yzgxwd.log 2023-12-25T21:52:10.840 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi149.yzgxwd.log: 87.5% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi149.yzgxwd.log.gz 2023-12-25T21:52:10.840 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mon.smithi149.log 2023-12-25T21:52:10.840 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mon.smithi149.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T21:52:10.841 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-25T21:52:10.842 INFO:teuthology.orchestra.run.smithi031.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T21:52:10.842 INFO:teuthology.orchestra.run.smithi031.stderr:: No such file or directory 2023-12-25T21:52:10.842 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi031.gayujn.log 2023-12-25T21:52:10.842 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T21:52:10.843 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi031.gayujn.log: gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mon.smithi031.log 2023-12-25T21:52:10.843 INFO:teuthology.orchestra.run.smithi031.stderr: 60.0% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi031.gayujn.log.gz 2023-12-25T21:52:10.843 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mgr.smithi031.sxuhmh.log 2023-12-25T21:52:10.843 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mon.smithi031.log: gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-25T21:52:10.843 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mgr.smithi031.sxuhmh.log: gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-25T21:52:10.843 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.3.log: /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-25T21:52:10.844 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-25T21:52:10.845 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.4.log: 92.5% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T21:52:10.845 INFO:teuthology.orchestra.run.smithi149.stderr: 93.2% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mgr.smithi149.zjrqlf.log.gz 2023-12-25T21:52:10.846 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.1.log: 92.6% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T21:52:10.875 INFO:teuthology.orchestra.run.smithi031.stderr: 94.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T21:52:11.057 INFO:teuthology.orchestra.run.smithi149.stderr: 92.2% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mon.smithi149.log.gz 2023-12-25T21:52:11.117 INFO:teuthology.orchestra.run.smithi031.stderr: 89.8% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mgr.smithi031.sxuhmh.log.gz 2023-12-25T21:52:11.224 INFO:teuthology.orchestra.run.smithi031.stderr: 93.0% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-25T21:52:11.228 INFO:teuthology.orchestra.run.smithi149.stderr: 93.0% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-25T21:52:11.281 INFO:teuthology.orchestra.run.smithi031.stderr: 93.1% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-25T21:52:11.285 INFO:teuthology.orchestra.run.smithi149.stderr: 93.0% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-25T21:52:11.304 INFO:teuthology.orchestra.run.smithi149.stderr: 92.8% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-25T21:52:11.328 INFO:teuthology.orchestra.run.smithi031.stderr: 93.0% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-25T21:52:11.388 INFO:teuthology.orchestra.run.smithi149.stderr: 93.0% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-25T21:52:11.389 INFO:teuthology.orchestra.run.smithi149.stderr: 2023-12-25T21:52:11.390 INFO:teuthology.orchestra.run.smithi149.stderr:real 0m0.565s 2023-12-25T21:52:11.390 INFO:teuthology.orchestra.run.smithi149.stderr:user 0m2.034s 2023-12-25T21:52:11.390 INFO:teuthology.orchestra.run.smithi149.stderr:sys 0m0.087s 2023-12-25T21:52:11.499 INFO:teuthology.orchestra.run.smithi031.stderr: 93.6% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-25T21:52:11.627 INFO:teuthology.orchestra.run.smithi031.stderr: 90.0% -- replaced with /var/log/ceph/11103ba8-a36c-11ee-95a5-87774f69a715/ceph-mon.smithi031.log.gz 2023-12-25T21:52:11.629 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-25T21:52:11.629 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m0.804s 2023-12-25T21:52:11.629 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m3.001s 2023-12-25T21:52:11.629 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m0.106s 2023-12-25T21:52:11.630 INFO:tasks.cephadm:Archiving logs... 2023-12-25T21:52:11.630 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018/remote/ubuntu@smithi031.front.sepia.ceph.com/log 2023-12-25T21:52:11.631 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T21:52:12.072 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018/remote/ubuntu@smithi149.front.sepia.ceph.com/log 2023-12-25T21:52:12.073 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T21:52:12.383 INFO:tasks.cephadm:Removing cluster... 2023-12-25T21:52:12.383 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 --force 2023-12-25T21:52:12.763 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 11103ba8-a36c-11ee-95a5-87774f69a715 --force 2023-12-25T21:52:13.137 INFO:tasks.cephadm:Removing cephadm ... 2023-12-25T21:52:13.137 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T21:52:13.157 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T21:52:13.175 INFO:tasks.cephadm:Teardown complete 2023-12-25T21:52:13.176 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-25T21:52:13.186 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_1... 2023-12-25T21:52:13.186 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_1 2023-12-25T21:52:13.321 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-25T21:52:13.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:52:13.323 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_2... 2023-12-25T21:52:13.323 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_2 2023-12-25T21:52:13.446 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-25T21:52:13.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:52:13.448 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_3... 2023-12-25T21:52:13.448 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_3 2023-12-25T21:52:13.575 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-25T21:52:13.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:52:13.577 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_4... 2023-12-25T21:52:13.577 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_4 2023-12-25T21:52:13.701 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-25T21:52:13.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:52:13.703 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-25T21:52:13.703 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/scratch_devs 2023-12-25T21:52:13.732 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_1... 2023-12-25T21:52:13.732 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_1 2023-12-25T21:52:13.862 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-25T21:52:13.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:52:13.864 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_2... 2023-12-25T21:52:13.864 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_2 2023-12-25T21:52:13.997 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-25T21:52:13.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:52:14.000 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_3... 2023-12-25T21:52:14.000 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_3 2023-12-25T21:52:14.124 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-25T21:52:14.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:52:14.126 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_4... 2023-12-25T21:52:14.126 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_4 2023-12-25T21:52:14.238 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-25T21:52:14.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:52:14.240 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-25T21:52:14.240 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/scratch_devs 2023-12-25T21:52:14.267 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-25T21:52:14.278 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-25T21:52:14.278 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:52:14.282 DEBUG:teuthology.orchestra.run.smithi149:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:52:14.300 INFO:teuthology.orchestra.run.smithi031.stderr:bash: ntpq: command not found 2023-12-25T21:52:14.308 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T21:52:14.308 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2023-12-25T21:52:14.308 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 31 -145us[ -56us] +/- 68ms 2023-12-25T21:52:14.308 INFO:teuthology.orchestra.run.smithi031.stdout:^* hv02.front.sepia.ceph.com 3 6 377 31 -599us[ -511us] +/- 76ms 2023-12-25T21:52:14.309 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 30 +672us[ +672us] +/- 63ms 2023-12-25T21:52:14.309 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:52:14.325 INFO:teuthology.orchestra.run.smithi149.stderr:bash: ntpq: command not found 2023-12-25T21:52:14.330 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T21:52:14.330 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2023-12-25T21:52:14.331 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 32 -148us[ -136us] +/- 68ms 2023-12-25T21:52:14.331 INFO:teuthology.orchestra.run.smithi149.stdout:^* hv02.front.sepia.ceph.com 3 6 377 29 -593us[ -580us] +/- 76ms 2023-12-25T21:52:14.331 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 31 +677us[ +689us] +/- 63ms 2023-12-25T21:52:14.331 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:52:14.331 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-25T21:52:14.342 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-25T21:52:14.342 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-25T21:52:14.352 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:52:14.460 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:52:14.547 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:52:14.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:52:14.582 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:52:14.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:52:14.614 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-25T21:52:14.624 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-25T21:52:14.634 INFO:teuthology.task.internal:Duration was 2104.861419 seconds 2023-12-25T21:52:14.634 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-25T21:52:14.644 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-25T21:52:14.644 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T21:52:14.647 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T21:52:14.693 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T21:52:14.700 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T21:52:15.013 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-25T21:52:15.013 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2023-12-25T21:52:15.014 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:52:15.037 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2023-12-25T21:52:15.037 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:52:15.060 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-25T21:52:15.060 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T21:52:15.080 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T21:52:15.150 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-25T21:52:15.150 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T21:52:15.152 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T21:52:15.304 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-25T21:52:15.315 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-25T21:52:15.315 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T21:52:15.343 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T21:52:15.370 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-25T21:52:15.380 DEBUG:teuthology.orchestra.run.smithi031:> 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-25T21:52:15.386 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T21:52:15.410 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2023-12-25T21:52:15.436 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2023-12-25T21:52:15.455 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T21:52:15.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:52:15.491 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T21:52:15.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:52:15.512 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-25T21:52:15.523 INFO:teuthology.task.internal:Transferring archived files... 2023-12-25T21:52:15.524 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018/remote/smithi031 2023-12-25T21:52:15.525 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T21:52:15.579 DEBUG:teuthology.misc:Transferring archived files from smithi149:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018/remote/smithi149 2023-12-25T21:52:15.580 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T21:52:15.620 INFO:teuthology.task.internal:Removing archive directory... 2023-12-25T21:52:15.620 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T21:52:15.622 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T21:52:15.670 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-25T21:52:15.682 INFO:teuthology.task.internal:Not uploading archives. 2023-12-25T21:52:15.682 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-25T21:52:15.692 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-25T21:52:15.692 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T21:52:15.695 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T21:52:15.710 INFO:teuthology.orchestra.run.smithi031.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 21:52 /home/ubuntu/cephtest 2023-12-25T21:52:15.728 INFO:teuthology.orchestra.run.smithi149.stdout: 525360 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 21:52 /home/ubuntu/cephtest 2023-12-25T21:52:15.730 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-25T21:52:15.740 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-25T21:52:15.762 INFO:teuthology.nuke:Checking targets against current locks 2023-12-25T21:52:15.792 DEBUG:teuthology.nuke:shortname: smithi031 2023-12-25T21:52:15.792 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T21:52:15.812 DEBUG:teuthology.nuke:shortname: smithi149 2023-12-25T21:52:15.812 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T21:52:15.818 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018', '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-25 21:08:35.581226', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIjZWphYLvz1NxGetpdhBTRgLW8Ij7trCO+xPxHvfpUuRDEg6OrMGYZNMzslwKgNhtLGmcjiPgG7oJjKiMfnaz8='} 2023-12-25T21:52:15.833 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501018', '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-25 21:08:35.583099', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMvxhFgCFV5IUZvMSS9RkUbde90R5npxBEbDumAXgcgORtby8pQdf3DfS8eKKkp2KZw2prWt7k1HYNhjswxQ/8w='} 2023-12-25T21:52:15.863 INFO:teuthology.orchestra.console.smithi031:Power off 2023-12-25T21:52:15.863 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T21:52:15.880 INFO:teuthology.orchestra.console.smithi149:Power off 2023-12-25T21:52:15.880 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T21:52:15.888 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2023-12-25T21:52:15.888 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:52:15.900 DEBUG:teuthology.orchestra.console.smithi149:power off output: Chassis Power Control: Down/Off 2023-12-25T21:52:15.901 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:52:15.912 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2023-12-25T21:52:15.923 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-12-25T21:52:19.914 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:52:19.924 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:52:20.023 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2023-12-25T21:52:20.032 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-12-25T21:52:24.025 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:52:24.033 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:52:24.135 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2023-12-25T21:52:24.140 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is off 2023-12-25T21:52:24.236 INFO:teuthology.orchestra.console.smithi031:Power off completed 2023-12-25T21:52:24.241 INFO:teuthology.orchestra.console.smithi149:Power off completed 2023-12-25T21:52:24.345 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: 2104.861419200897 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8a765fc6ccfd4474b36403b58699c15e status: fail success: false 2023-12-25T21:52:24.345 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T21:52:24.438 INFO:teuthology.run:FAIL